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.
1
Install CLI
For detailed installation instructions, refer to the Install page.
Copy
# macOSbrew install enkryptify/enkryptify/enkryptify# Windowsscoop install enkryptify# Linux# Check the install page for all supported distributionscurl -fsSL https://raw.githubusercontent.com/Enkryptify/cli/refs/heads/main/install.sh | sh