Installation

Installation guide to install Andasy CLI.

Installing Andasy CLI is easy. You can use the following commands to install the CLI on your machine.

Installing on Linux

curl -fsSL https://andasy.io/install.sh | bash

Installing on MacOS

curl -fsSL https://andasy.io/install.sh | bash

Installing on Windows

iwr -useb https://andasy.io/install.ps1 | iex

Once the installation is complete, you can verify the installation by running the following command:

andasy version

Note: If you are using unix based systems, you may need to restart your terminal session or run the command source ~/.bashrc to use the andasy command.