Documentation Index
Fetch the complete documentation index at: https://instantcli.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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:
Updating
You can update your CLI at any time:
See Auto-updates for more details.