To set up the Dispatch CLI, download the CLI and then move it into your PATH where it can be used.
-
Download the CLI for your platform from the support portal.
-
To move the CLI into your PATH, run:
chmod +x $DOWNLOADED_FILE sudo mv $DOWNLOADED_FILE /usr/local/bin/dispatch
Validate Installation
To see if the Dispatch CLI is installed correctly, run:
dispatch version
If successful, this command will output the currently installed version of Dispatch. For example:
dispatch version
{
"Version": "v1.2.0"
}