Installation
Authentication
~/.tinyfish/config.json.
For CI/CD:
source (env, config, or none), key_preview (first/last chars of the key, or null), and authenticated (true/false). Exit code 1 when not authenticated.
Environment variables
| Variable | Description |
|---|---|
TINYFISH_API_KEY | API key — takes priority over saved config |
Output
By default all commands output JSON to stdout. Errors go to stderr as JSON. Exit code 1 on failure. Add--pretty to any command for human-readable output.