- Quick start and troubleshooting: README.md
- Questions and workflow help: GitHub Discussions
- Bugs and feature requests: GitHub Issues
- Install or upgrade help
- Authentication and keychain setup questions
- "How do I...?" workflow questions
- Automation, CI, or scripting advice
- Sharing examples, tips, and patterns with other users
- Reproducible bugs or regressions
- Incorrect help text, broken docs, or misleading output
- Clear feature requests for missing commands, flags, or workflows
Include as many of these as you can:
asc version- Your OS and shell
- How you installed
asc(brew, install script, source build, other) - The exact command you ran
- Redacted stdout/stderr output
- Whether the issue still reproduces with
ASC_BYPASS_KEYCHAIN=1 - Redacted
ASC_DEBUG=apiorasc --api-debug ...output when safe
ascis unofficial and the App Store Connect API can change underneath it- Authentication can resolve from keychain, config, and environment variables;
ASC_STRICT_AUTH=truecan help catch mixed sources - Output defaults are TTY-aware: interactive terminals default to
table, pipes and CI default tojson - If keychain access is blocked, use
ASC_BYPASS_KEYCHAIN=1orasc auth login --bypass-keychain