CLI tool for envPush — manage environment secrets from your terminal with ease.
Install the CLI globally via npm:
npm install -g envpush-cli-
Login to your envPush account:
envpush login
-
Initialize envPush in your project:
envpush init
-
Push your local secrets to the vault:
envpush push
-
Pull secrets in another environment:
envpush pull
envpush login: Authenticate with your envPush account.envpush init: Set up envPush for the current directory.envpush push: Sync your local.envfile to the remote vault.envpush pull: Download secrets from the vault to your local environment.envpush whoami: Check the currently logged-in user.envpush logout: Sign out of the CLI.
For more detailed information, guides, and advanced usage, please visit: 👉 envpush.com/docs
MIT