ek
) provides commands to authenticate, configure, and run your applications with secrets injected as environment variables.
Usage
Global Flags
-h, --help
: help forek
-v, --version
: get the current version of the CLI
Commands
login
login
Authenticate with Enkryptify to access your secrets.This opens a web browser to complete the OAuth flow. After successful authentication, credentials are stored securely in your system keyring.
run
run
Run a command with secrets from Enkryptify injected as environment variables.This fetches secrets for your configured workspace, project, and environment, then executes the provided command with those secrets available as env vars.Note: Use Examples:
--
to separate ek run
from the command you want to execute.setup
setup
Link the current git repository to an Enkryptify workspace, project, and environment.The configuration is saved to
~/.enkryptify/config.json
and associated with the current directory path.