Quickstart
This guide walks you through installing the CLI, creating your first project, and pushing your first set of secrets.Step 1 — Install the CLI
Step 2 — Create an API token
- Sign in at app.enver-os.xyz
- Go to Settings → API Tokens
- Click Generate Token, choose
write:secretsscope - Copy the token (starts with
env_live_)
Step 3 — Log in
Step 4 — Initialise your project
Navigate to your project directory and run:.ev.json file:
Step 5 — Push your secrets
Make sure you have a.env file in the current directory, then:
winterandsummer is your lock key — the passphrase used to derive the AES encryption key. You need this to pull secrets later. Keep it safe.Step 6 — Pull secrets on another machine
After logging in on the target machine:.env is now populated — entirely decrypted on your local machine.
Next steps
CLI Reference
All CLI commands and flags.
Token Scopes
Understand read, write, and admin scopes.
Team Access
Add team members to your project.
VS Code Extension
Install the VS Code extension for leak detection.