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.
Install CLI
For detailed installation instructions, refer to the Install page.# macOS
brew install enkryptify/enkryptify/enkryptify
# Windows
scoop install enkryptify
# Linux
# Check the install page for all supported distributions
curl -fsSL https://raw.githubusercontent.com/Enkryptify/cli/refs/heads/main/install.sh | bash
Authenticate with Enkryptify
Keep your CLI up to date by running ek upgrade.