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
Now verify the installation:
Copy
enkryptify --version
You can update the CLI to the latest version by running the install command again.