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.
# 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 | sh
2

Authenticate with Enkryptify

ek login
3

Configure CLI

ek setup
4

Run with secrets

ek run -- npm run start