CLI
The skale CLI provides command-line access to SkaleData for connecting clouds, deploying apps, and local development.
Installation
brew install skaledata/tap/skaleAuthentication
# Interactive login (opens browser)
skale auth loginFor CI/CD, use an API key instead:
export SKALE_API_KEY=sk_...Shell completion
Enable tab completion for your shell:
Bash
skale completion bash > /etc/bash_completion.d/skaleZsh
skale completion zsh > "${fpath[1]}/_skale"Fish
skale completion fish > ~/.config/fish/completions/skale.fishAfter adding the completion script, restart your shell or source your profile.
Environment variables
| Variable | Description |
|---|---|
SKALE_API_KEY | API key for non-interactive authentication |
SKALE_API_URL | Override the API endpoint (default: https://api.skaledata.com) |
Last updated on