Quickstart
Before you can start setting up your app with DeployPulse, you must first create an account.
Install the CLI
The DeployPulse panel allows you to manage most aspects of your app and deployments. The CLI will be important for integrating and uploading your JavaScript bundle for deployment.
Clone the CLI tool to your local instance.
git clone https://github.com/microsoft/code-push-server code-push-server
cd code-push-server
Install the NPM dependencies and build for global usage
cd cli
npm install
npm run build
npm install -g
Registering and login
Add DeployPulse as your remote host
code-push-standalone register https://apps.deploypulse.io
Login
code-push-standalone login
This will launch a browser, asking you to authenticate with either your GitHub or email.
You can also uses the commands whoami
and logout
following a valid session
What's next?
Great, you're all logged in to the CLI, next check out these items:
- Grab your access key from the DeployPulse dashboard
- Register your apps and upload builds
- Learn how to integrate the client SDK