AtlasOps
ProductMonitoringIntegrationsPricingDocs
Log inStart free

AtlasOps CLI.

A command-line workflow for deployments, status checks, logs, and API-key driven automation.

Install and authenticate

Use an API key generated from Settings. Store the key in your CI secret manager.

npm install -g atlasops-cli
atlasops login --api-key atlas_xxx
atlasops whoami

Common commands

Commands map to dashboard workflows so operators can move between UI and terminal without changing concepts.

atlasops projects list
atlasops deploy --project customer-portal --env production
atlasops logs --deployment latest --follow
atlasops servers restart web-fra-01
atlasops alerts acknowledge alert_123
atlasops billing invoices --status open

CI/CD usage

Run CLI commands from build systems after tests pass and before production health checks.

  • Use a deploy-scoped API key rather than an owner account token.
  • Set project and environment from CI variables to avoid hard-coded production commands.
  • Follow deployment logs until health checks pass or a rollback target is available.
  • Write CLI output to build logs but never print raw API keys or secrets.
AtlasOps

Deploy, monitor, and scale production systems from one calm DevOps operating surface.

Product

  • Dashboard
  • Deployments
  • Monitoring
  • Docker

Company

  • About
  • Blog
  • Roadmap
  • Changelog

Resources

  • Docs
  • API
  • SDK
  • CLI
  • Support

Legal

  • Privacy
  • Terms
  • Refunds
  • Cookies