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.
To list the env(s) connected to your project, you can easily use the command below
brimble env list
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.
You can easily remove an env to your project using the command below
brimble env delete <environment>
Last modified 1yr ago