Quickstart
Before you can start setting up your app with DeployPulse, you must first create an account.
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.
For CI/headless environments, skip the browser flow and use the --key flag: dpctl login --key YOUR_ACCESS_TOKEN. Find your deployment key under Dashboard → App → Deployment → View Key.
What's next?
Great, you're all logged in to the CLI, next check out these items:
