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

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 | bash

Method 2: Using Homebrew

If you prefer to use Homebrew, follow these steps:

  1. Tap the repository:
    brew tap excloud-in/excloud
  2. Install the exc CLI:
    brew install exc

Usage

You are now ready to create and manage VMs!

For more detailed usage instructions, run:

exc --help