Install via Shell Script (Recommended)
The fastest way to install the CLI on macOS or Linux:Install via npm
If you have Node.js installed, you can install the CLI globally via npm:Install via Homebrew
For macOS users with Homebrew:Verify Installation
Confirm the CLI is installed correctly:Next Steps
Once installed, authenticate with Superserve Cloud:System Requirements
- macOS: 10.15 or later
- Linux: Any modern distribution with glibc 2.31+
- Windows: WSL 2 required
- Node.js (for npm install): 18.0.0 or later
Updating
Shell Install
Re-run the install script:npm
Homebrew
Uninstalling
Shell Install
Remove the binary from your PATH:npm
Homebrew
Global Options
The CLI supports these global options on all commands:Display the CLI version number
Disable colored output in the terminal
Output results as JSON (supported on most commands)
Troubleshooting
Command Not Found
Ifsuperserve is not found after installation:
- Close and reopen your terminal
- Check your PATH includes the installation directory
- For npm installs, verify npm global bin is in your PATH: