Documentation

Learn how to install the CLI and connect it to the SafeDeployer Dashboard.

1

Install the CLI

Install the core binary engine on your server by running the installation script:

curl -sSL https://get.safedeployer.dev | bash
2

Basic Blue-Green Deployment

Navigate to your project directory and run the up command. The CLI automatically spins up a new container, waits for health checks, and switches traffic.

sd-deploy up --tag v1.0.0
3

Connect to the SaaS Dashboard

For Pro, Growth, and Enterprise users. Export your API token to stream logs, monitor container health, and trigger rollbacks visually.

export SAFEDEPLOYER_API_TOKEN="sd_pro_123"
sd-deploy up --tag v1.0.0 --serve :7474

Need more from your deployments?

Upgrade to the Dashboard for real-time visibility, one-click rollbacks, and team-wide auditing.

View Pricing Plans