Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.enkryptify.com/llms.txt

Use this file to discover all available pages before exploring further.

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 | bash
2

Authenticate with Enkryptify

ek login
3

Configure CLI

ek setup
4

Run with secrets

ek run -- npm run start
Keep your CLI up to date by running ek upgrade.