DeployPulse

Quickstart

Install the CLI

The DeployPulse dashboard allows you to manage most aspects of your app and deployments. The dpctl CLI will be important for integrating with CI/CD workflows and uploading your JavaScript bundle for deployment.

Clone the CLI tool to your local machine
git clone https://github.com/deploypulseio/dpctl dpctl
cd dpctl
Install the NPM dependencies and build for global usage
npm install
npm run build
npm install -g

Logging in via the CLI

Login with dpctl
dpctl login

This will launch a browser, asking you to authenticate with either your GitHub or email.

You can also use 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: