The Enkryptify CLI provides a secure way to manage secrets across your development and production environments. Use it to fetch and inject secrets into your applications during local development and automated CI/CD pipelines.
Copy
# Using Homebrewbrew install enkryptify/enkryptify/enkryptify# Using the shell scriptcurl -fsSL https://raw.githubusercontent.com/Enkryptify/cli/refs/heads/main/install.sh | sh
Copy
# Using Homebrewbrew install enkryptify/enkryptify/enkryptify# Using the shell scriptcurl -fsSL https://raw.githubusercontent.com/Enkryptify/cli/refs/heads/main/install.sh | sh
Copy
# Using Scoopscoop bucket add enkryptify https://github.com/Enkryptify/scoop-enkryptify.gitscoop install enkryptify
Copy
sudo apt-get update && sudo apt-get install -y curl# We currently only support installing via the shell scriptcurl -fsSL https://raw.githubusercontent.com/Enkryptify/cli/refs/heads/main/install.sh | sh
Copy
sudo yum install -y curl# We currently only support installing via the shell scriptcurl -fsSL https://raw.githubusercontent.com/Enkryptify/cli/refs/heads/main/install.sh | sh
Copy
sudo apk add -y curl# We currently only support installing via the shell scriptcurl -fsSL https://raw.githubusercontent.com/Enkryptify/cli/refs/heads/main/install.sh | sh
Copy
sudo pacman -S curl# We currently only support installing via the shell scriptcurl -fsSL https://raw.githubusercontent.com/Enkryptify/cli/refs/heads/main/install.sh | sh
Copy
curl -fsSL https://raw.githubusercontent.com/Enkryptify/cli/refs/heads/main/install.sh | sh
Now verify the installation:
Copy
enkryptify --version
You can update the CLI to the latest version by running the install command again.