capwrap command maps 1:1 to an action you can perform in the Capwrapper dashboard. Use this page as a reference for the full command set, available flags, and what each command does.
Authentication
Authenticate your local environment with your Capwrapper API key. Your credentials are stored on disk and reused across sessions until you log out.Builds
Trigger and manage build jobs. These commands correspond to thePOST /api/v1/builds, GET /api/v1/builds/:id, and GET /api/v1/builds REST API endpoints.
build create flags
build download flags
Deploy
Deploy a completed build to the Google Play Store or Apple App Store. This command corresponds to thePOST /api/v1/deploys endpoint. Your store credentials must be configured in the dashboard before deploying.
Config validation
Validate yourcapwrap.config.json file before submitting a build. Running validate locally catches configuration errors early and avoids failed build jobs.
Help and version
capwrap <command> --help for any command to see its flags, required arguments, and usage examples inline.