CLI Installation
The OpenSlaq CLI lets you manage bots, API keys, and workspace configuration from your terminal.
Install
curl -fsSL https://openslaq.com/install.sh | shVerify
openslaq --versionAuthentication
Log in to your workspace:
openslaq loginThis opens your browser to complete the OAuth flow. Your credentials are stored locally at ~/.openslaq/credentials.json.
To log in to a self-hosted instance:
openslaq login --api-url https://api.your-instance.comShell completions
Generate shell completions for your shell:
# bashopenslaq completions bash >> ~/.bashrc
# zshopenslaq completions zsh >> ~/.zshrc
# fishopenslaq completions fish > ~/.config/fish/completions/openslaq.fish