CLI Installation
Welcome! This guide will help you quickly install and start using the exc CLI to create and manage virtual machines (VMs) on excloud.
Follow the instructions below to install it on your machine.
Installation Methods for exc CLI
User-friendly console
Incase you don’t want to use the CLI you can use the https://console.excloud.in
Method 1: Using Installation Script
Run the following command in your terminal to install the exc CLI with ease:
curl -fsSL https://console.excloud.in/install.sh | bashMethod 2: Using Homebrew
If you prefer to use Homebrew, follow these steps:
- Tap the repository:
brew tap excloud-in/excloud - Install the
excCLI:brew install exc
Usage
You are now ready to create and manage VMs!
For more detailed usage instructions, run:
exc --helpCLI Login
After completing the registration, you can log in to the exc CLI from your terminal by running:
exc loginFollow the prompts to complete the login process and begin using the exc CLI.
Next Steps
- For more detailed usage instructions, run:
exc --help - If you encounter any issues, refer to our documentation or reach out to [email protected]