Env 🤖

Manage all environmental variables of your project.

You can easily use Brimble CLI to view and configure the env(s) connected to your project. Let's take a look at how to do this.

List environmental variables

To list the env(s) connected to your project, you can easily use the command below

brimble env list

Add environmental variables

You can easily add an env to your project using the command below

brimble env add
brimble env add <NAME>

Always type in exit when you are done adding your env, to prevent loss of env.

Remove environmental variable

You can easily remove an env to your project using the command below

brimble env delete <environment>

Last updated