init
Initialize a new Capgo app
Konten ini belum tersedia dalam bahasa Anda.
The Capgo CLI provides a set of commands for managing your Capgo apps and deployments. This reference provides detailed information about each available command, including its options and usage examples.
init
Initialize a new Capgo app
login
Authenticate with the Capgo service
doctor
Check your Capgo setup for potential issues
app
Manage your Capgo apps
bundle
Manage your app bundles
channel
Manage your release channels
key
Manage your app signing keys
To automate your work, we recommend using GitHub Actions to push your updates to Capgo. Check out our GitHub Actions tutorial for more information.
Don’t forget to configure your CI environment variables with your Capgo API key.
For a complete example of a Capgo app with CI integration, check out our demo app on GitHub.