Skip to content

RomeshCG/envpush-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

envpush-cli

CLI tool for envPush — manage environment secrets from your terminal with ease.

Installation

Install the CLI globally via npm:

npm install -g envpush-cli

Quick Start

  1. Login to your envPush account:

    envpush login
  2. Initialize envPush in your project:

    envpush init
  3. Push your local secrets to the vault:

    envpush push
  4. Pull secrets in another environment:

    envpush pull

Commands

  • envpush login: Authenticate with your envPush account.
  • envpush init: Set up envPush for the current directory.
  • envpush push: Sync your local .env file 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.

Documentation

For more detailed information, guides, and advanced usage, please visit: 👉 envpush.com/docs

License

MIT

About

cli package for envPush.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors