cli-usage

Guide App Store Connect CLI command execution, flags, output formatting, and authentication.

37|12|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/exiao/skills --skill cli-usage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-usage
Source: https://github.com/exiao/skills/tree/main/app-store-connect/cli-usage
Command: npx skills add https://github.com/exiao/skills --skill cli-usage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides clear guidance on how to effectively use the asc CLI tool 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 confirmation for destructive actions and pagination.
  • Output Formatting: Control how results are displayed, from minified JSON to human-readable tables or Markdown.
  • Authentication: Configure authentication methods, prioritizing keychain access and supporting environment variables.
  • Use Case: When you need to list all available builds for a specific app, this skill will guide you on the correct asc command and flags to use.

Quick Start

Use the cli-usage skill to find out how to list all available builds for an app using the asc CLI.

Frequently Asked Questions about cli-usage

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

FAQPage Schema
How do I use the App Store Connect CLI to list available builds for an app?

You can list available builds for an app using the App Store Connect CLI by executing the `asc` command with the appropriate flags. This skill guides you on the exact syntax and flag conventions to retrieve build lists efficiently.

What's the best way to format command line output from the asc CLI tool?

The best way to format App Store Connect CLI output is by using specific flags to customize results. You can display output as minified JSON, human-readable tables, or Markdown depending on your workflow requirements.

How does authentication work with the App Store Connect command line interface?

Authentication for the App Store Connect CLI prioritizes keychain access for secure credential storage. It also supports environment variables as an alternative method to configure authentication for programmatic interactions.

Can I force confirmation prompts for destructive actions when using the asc CLI?

Yes, you can enforce confirmation for destructive actions in the App Store Connect CLI by following explicit flag conventions. This ensures safe command execution by requiring approval before modifying critical resources.

How do I discover available commands and options in the App Store Connect CLI?

You can discover available commands and options in the App Store Connect CLI by using the `--help` flag. This reveals the command structure, available subcommands, and specific flags for programmatic interaction.