Installation
Quick Usage Guide
Now that you have the CLI installed on your system, follow this guide to make the best use of it
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Infisical’s CLI is one of the best way to manage environments and secrets. Install it here
brew install infisical/get-cli/infisical
brew update && brew upgrade infisical
scoop bucket add org https://github.com/Infisical/scoop-infisical.git
scoop install infisical
scoop update infisical
apk add --no-cache bash sudo
curl -1sLf \
'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.alpine.sh' \
| bash
apk update && sudo apk add infisical
curl -1sLf \
'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.rpm.sh' \
| sudo -E bash
sudo yum install infisical
curl -1sLf \
'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.deb.sh' \
| sudo -E bash
sudo apt-get update && sudo apt-get install -y infisical
yay package manager to install from the Arch User Repositoryyay -S infisical-bin
Was this page helpful?