asc-cli-usage

Guide App Store Connect CLI usage for commands, flags, output, and authentication.

32|10|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/moasq/nanowave --skill asc-cli-usage-moasq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asc-cli-usage
Source: https://github.com/moasq/nanowave/tree/main/internal/orchestration/skills/features/asc-cli-usage
Command: npx skills add https://github.com/moasq/nanowave --skill asc-cli-usage-moasq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides clear guidance on how to effectively use the asc command-line interface for interacting with App Store Connect, ensuring efficient and correct command execution.

Core Features & Use Cases

  • Command Discovery: Learn how to find available commands and their options using --help.
  • Flag Conventions: Understand best practices for using flags, including explicit options and confirmation for destructive actions.
  • Output Formatting: Control how data is presented, from minified JSON to human-readable tables or Markdown.
  • Authentication: Configure secure authentication methods and understand fallback environment variables.
  • Use Case: When you need to list all available builds for a specific app, you can use this Skill's guidance to construct the correct asc builds list command with appropriate flags for output and pagination.

Quick Start

Use the asc-cli-usage skill to discover all available commands for the 'asc' tool.

Frequently Asked Questions about asc-cli-usage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I format App Store Connect CLI output as JSON or markdown?

App Store Connect CLI output formatting is controlled by passing specific flags to the `asc` command, allowing data to be returned as minified JSON, human-readable tables, or Markdown.

How do I authenticate the asc command line tool for App Store Connect?

App Store Connect CLI authentication can be configured securely using the keychain, with support for fallback environment variables to provide credentials for your `asc` commands.

What is the best way to discover available commands in the App Store Connect CLI?

The best way to discover available App Store Connect CLI commands and their options is by using the `--help` flag, which provides comprehensive guidance on command structure and flag conventions.

Can I configure network request timeouts for App Store Connect CLI commands?

Yes, you can configure network request timeouts for App Store Connect CLI commands to prevent long-running `asc` operations from hanging indefinitely during metadata retrieval.

How do I list app builds using the App Store Connect command line interface?

To list app builds using the App Store Connect command line interface, construct an `asc builds list` command with appropriate flags for output formatting and pagination.