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.

# Using Homebrew
brew install enkryptify/enkryptify/enkryptify

# Using the shell script
curl -fsSL https://raw.githubusercontent.com/Enkryptify/cli/refs/heads/main/install.sh | sh

Now verify the installation:

enkryptify --version

You can update the CLI to the latest version by running the install command again.

Usage

To get started with the Enkryptify CLI, refer to the Quickstart guide.

Commands

For more information on commands, refer to the Commands page.