Skip to main content

NextPush CLI

NextPush CLI is a command-line tool for managing NextPush, a custom CodePush server. Our goal is to provide developers with an easy-to-use and powerful interface for handling over-the-air (OTA) updates efficiently. With NextPush CLI, you can authenticate, manage your apps, deploy updates, and configure your projects—all from the terminal.

Fork

We are forking this project from code-push-server and will continue to maintain it.

Installation

npm install -g nextpush-cli

Usage

nextpush --help

You should see the following output:

.__   __.  __________   ___ .___________.  .______    __    __       _______. __    __
| \ | | | ____\ \ / / | | | _ \ | | | | / || | | |
| \| | | |__ \ V / `---| |----` | |_) | | | | | | (----`| |__| |
| . ` | | __| > < | | | ___/ | | | | \ \ | __ |
| |\ | | |____ / . \ | | | | | `--' | .----) | | | | |
|__| \__| |_______/__/ \__\ |__| | _| \______/ |_______/ |__| |__|
=======================================================================================

NextPush is a service that enables you to deploy mobile app updates directly to your users' devices.
visit https://nextpush.center/ for more information

Usage: nextpush <command>

Commands:
nextpush migrate Import all your applications, CodePush versions, and metrics from App Center with a single command using your API key
nextpush access-key View and manage the access keys associated with your account
nextpush app View and manage your NextPush apps
nextpush collaborator View and manage app collaborators
nextpush debug View the NextPush debug logs for a running app
nextpush deployment View and manage your app deployments
nextpush login Authenticate with the NextPush server in order to begin managing your apps
nextpush logout Log out of the current session
nextpush patch Update the metadata for an existing release
nextpush promote Promote the latest release from one app deployment to another
nextpush register Register a new NextPush account
nextpush release Release an update to an app deployment
nextpush release-react Release a React Native update to an app deployment
nextpush rollback Rollback the latest release for an app deployment
nextpush session View and manage the current login sessions associated with your account
nextpush whoami Display the account info for the current login session

You can get more information about each command by running nextpush <command> --help.