Logo

Integration of envvault

Introduction

Envvault is a powerful CLI tool that helps you manage environment variables across different branches and environments of your applications.

Prerequisites

  • envvault CLI tool installed

Getting Started

1. Authentication

First, authenticate with envvault using your access token:

$ envvault login

You will be prompted to enter your access token. Once entered, you will be authenticated.

2. Project Selection

Select your project using the following command:

$ envvault use

Follow the interactive prompts to choose your desired project.

Note: Please ensure that you are in the root directory of your project when running this command.

Choose language/framework