infisical
infisical copied to clipboard
docs(cli): show how to install a specific CLI version (fixes #4434)Docs/cli pin version 4434
Context
The CLI overview mentioned setting a specific version for production, but didn't show how.
Changes
- Added a new "Install a Specific Version" section below installation tabs.
- Included examples for:
- npm (
@infisical/cli@<version>) - Homebrew (
brew extract) - Direct binary download (GitHub Releases)
- npm (
Why
Improves clarity for CI/CD users who need reproducible CLI installs.
✅ Tested locally with mintlify dev — renders correctly.
🔗 Related Issue Closes https://github.com/Infisical/infisical/issues/4434
:white_check_mark: Snyk checks have passed. No issues have been found so far.
| Status | Scanner | Total (0) | ||||
|---|---|---|---|---|---|---|
| :white_check_mark: | Open Source Security | 0 | 0 | 0 | 0 | 0 issues |
:computer: Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.
✅ Updated with final polish (syntax, spacing, heading cleanup). Verified locally — all commands render correctly. Ready for final review. 🙌