CLI Installation
The EnvPush CLI is the primary way to sync secrets with your local development environment.
Prerequisites
Before installing the CLI, ensure you have **Node.js (v18 or higher)** installed on your machine. We recommend using the latest LTS version of Node.js.
Global Installation
Install the CLI globally using your favorite package manager:
npm install -g envpushyarn global add envpushVerify Installation
After installation, verify that the CLI is working by checking the version:
envpush --versionIf the command is not recognized, you may need to restart your terminal or ensure your global bin directory is in your PATH.
Pro Tip: Update Regularly
We release updates frequently with new security features and performance improvements. Run the installation command again whenever you want to update to the latest version.