A command-line workflow for deployments, status checks, logs, and API-key driven automation.
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 whoamiCommands 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 openRun CLI commands from build systems after tests pass and before production health checks.