Authenticate Your CLI
Get your API key from the dashboard
Open the Virtus Cloud Developer Dashboard and navigate to Account → Security. Generate a new API key or copy an existing one. Keep this key secure — it grants full access to your account.
Run the login command
In your terminal, run:The CLI prompts you to enter your API key:Paste your API key and press Enter.
Skip the Prompt with --token
If you prefer a non-interactive flow — for example, in CI/CD pipelines or automated scripts — pass your API key directly using the --token flag:
Verify Your Session
At any time, you can confirm which account the CLI is authenticated to:Next Steps
With authentication complete, explore everything the CLI can do for your applications.Commands Reference
Browse the full list of CLI commands for deploying and managing your applications.
Deploy Your Application
Use
virtuscloud upload to push your first application to Virtus Cloud.