CLI Reference
CLI Overview
Managing secrets from the terminal
Envault CLI
The Envault CLI is the primary way developers interact with secrets in their daily workflow. It allows you to push and pull secrets without leaving your terminal.
Installation
npm install -g @dinanathdash/envaultOr run via npx:
npx @dinanathdash/envault <command>Workflow
The typical developer workflow looks like this:
- Login: Authenticate your machine.
- Init: Link a folder to an Envault project.
- Pull: Get the latest secrets.
- Dev: Work on your code.
- Push: Upload new secrets if you added any.
See the Commands Reference for details on each command.