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 fetches project secrets and injects them into your local process as environment variables. Use it when developing locally instead of keeping shared .env files on disk.
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 dev
Keep your CLI up to date by running ek upgrade.