Install the evroc CLI
In this guide, you'll install and initialize the evroc CLI to manage your resources from your terminal.
Before you begin
To complete this guide, you'll need an evroc Cloud account for at least one organization.
Install the latest evroc CLI version
-
Download one of the following:
-
Install the downloaded binary to your
PATH. -
Verify that the evroc CLI was installed successfully.
# macOS and Linux evroc version # Windows evroc.exe version -
Authenticate the evroc CLI. You'll be redirected to log in via your browser.
evroc loginIf you belong to more than one organization, you'll need to choose the organization you want to log in to.
The evroc CLI is now ready to use. Try running the following to list all virtual machines:
evroc compute virtualmachine list
Install shell completion for evroc CLI
Run the following command to see shell-specific installation instructions:
evroc completion zsh --help
Replace zsh with your shell. The completion command support the following shells:
- bash
- fish
- powershell
- zsh
After completing the installation steps, try it out by typing evroc netw in your terminal and then pressing TAB.
Next steps
For detailed information on each evroc CLI command, see evroc CLI reference.
You can also add --help to any evroc CLI command to get help directly in your terminal.