Skip to main content
The Virtus Cloud CLI gives you full control over your applications and services directly from your terminal. Whether you are on macOS, Linux, WSL, or Windows, you can get up and running in under a minute. Once installed, you can deploy applications, manage services, check logs, and much more without ever leaving the command line.

Install the CLI

Choose the installation method that matches your operating system.
curl -fsSL https://cli.virtuscloud.app/install | bash

Update the CLI

To update the Virtus Cloud CLI to the latest version, run the command for your platform:
curl -fsSL https://cli.virtuscloud.app/install | bash
The installer always fetches the latest stable release, so you can run it at any time to stay up to date.

Next Steps

Now that the CLI is installed, authenticate it with your Virtus Cloud API key so you can start managing your applications.

Authenticate the CLI

Learn how to connect the Virtus Cloud CLI to your account using your API key.