Releases: couchbaselabs/fit-cli
Releases · couchbaselabs/fit-cli
Latest (tip of main)
⚠️ This is the tip-of-main pre-release, automatically updated on every push. For production/CI usage install the ci channel instead (CHANNEL=ci).
Install
curl -fsSL https://raw.githubusercontent.com/couchbaselabs/fit-cli/main/install.sh | CHANNEL=latest bashAfter installing, run
fit config editto configure your credentials before first use.
See the README for full usage instructions.
CI
The ci channel is manually promoted, infrequently — intended for GHA workflows and other automation that need a very stable binary.
Changes are communicated in advance.
Install
curl -fsSL https://raw.githubusercontent.com/couchbaselabs/fit-cli/main/install.sh | CHANNEL=ci bashAfter installing, run
fit config editto configure your credentials before first use.
See the README for full usage instructions.