Quick Start

Get up and running with EnvPush in less than 2 minutes.

1. Create your account

Head over to the Signup Page and create your free account. After signing up, you'll be redirected to your personal dashboard.

2. Initialize your first Vault

Your first step is creating a Vault. This is where your secrets live.

Important: Use a strong password

Your Vault password is never stored on our servers. If you lose it, your data cannot be recovered. Make it strong and keep it safe.

3. Install the CLI

To sync secrets with your local project, install the EnvPush CLI globally using NPM:

npm install -g envpush

4. Pull your secrets

In your project directory, run the pull command to sync your environment variables:

envpush pull

You will be prompted to login and enter your vault password to decrypt the secrets locally.