ASC_TIMEOUT / ASC_TIMEOUT_SECONDS control request timeouts.
ASC_UPLOAD_TIMEOUT / ASC_UPLOAD_TIMEOUT_SECONDS control upload timeouts.
Documentation Sources
Source
How to Access
Purpose
asc CLI help
asc --help, asc <command> --help
Discover current flags, subcommands, and options
asc subcommand help
asc builds --help, asc submit --help
Command-specific flags and usage
1---2name: asc-cli-usage3description: asc CLI Usage4---56# asc CLI Usage78## Iron Law910**NEVER GENERATE ASC COMMANDS WITHOUT RUNNING `asc --help` OR SUBCOMMAND `--help` FIRST**1112Always use `--help` to discover current flags and subcommands. The asc CLI evolves — never assume flags from memory.1314## Command discovery15- Always use `--help` to discover commands and flags.16 - `asc --help`17 - `asc builds --help`18 - `asc builds list --help`1920## Flag conventions21- Use explicit long flags (e.g., `--app`, `--output`).22- No interactive prompts; destructive operations require `--confirm`.23- Use `--paginate` when the user wants all pages.2425## Output formats26- Default output is minified JSON.27- Use `--output table` or `--output markdown` only for human-readable output.28- `--pretty` is only valid with JSON output.2930## Authentication and defaults31- Prefer keychain auth via `asc auth login`.32- Fallback env vars: `ASC_KEY_ID`, `ASC_ISSUER_ID`, `ASC_PRIVATE_KEY_PATH`, `ASC_PRIVATE_KEY`, `ASC_PRIVATE_KEY_B64`.33- `ASC_APP_ID` can provide a default app ID.3435## Timeouts36- `ASC_TIMEOUT` / `ASC_TIMEOUT_SECONDS` control request timeouts.37- `ASC_UPLOAD_TIMEOUT` / `ASC_UPLOAD_TIMEOUT_SECONDS` control upload timeouts.3839## Documentation Sources4041| Source | How to Access | Purpose |42|--------|--------------|---------|43| asc CLI help | `asc --help`, `asc <command> --help` | Discover current flags, subcommands, and options |44| asc subcommand help | `asc builds --help`, `asc submit --help` | Command-specific flags and usage |
Run npx skillmds@latest add kumaran-is/asc-cli-usage in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
asc CLI Usage It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
kumaran-is (@kumaran-is) published this skill. Their other Agent Skills are listed on their SkillMD profile.