Skip to content

Overview

The CodePushGo CLI provides a set of commands for managing your CodePushGo apps and deployments. This reference provides detailed information about each available command, including its options and usage examples.

Commands

CI Integration

To automate your work, we recommend using GitHub Actions to push your updates to CodePushGo. Check out our GitHub Actions tutorial for more information.

Don’t forget to configure your CI environment variables with your CodePushGo API key.

Demo App

For a complete example of a CodePushGo app with CI integration, check out our demo app on GitHub.