Skip to main content
After your CLI is generated, you’ll get a one-line install command. You can find this and your CLI’s slug in the InstantCLI dashboard.

macOS and Linux

curl -fsSL get.instantcli.com/your-slug/install.sh | sh
This downloads the correct binary for your platform and architecture, and adds it to your PATH.

Windows

irm get.instantcli.com/your-slug/install.ps1 | iex

Verify the installation

After installing, verify everything is working:
your-cli --version

Updating

You can update your CLI at any time:
your-cli update
See Auto-updates for more details.