flk env
Manage environment variables for your dev shell.
flk env add DATABASE_URL "postgresql://localhost:5432/mydb"
flk env remove DATABASE_URL
flk env list
Subcommands
add <NAME> <VALUE>: add/update a variableremove <NAME>: delete a variablelist: show all configured variables
Options
-p, --profile <PROFILE>: target a specific profile instead of the default
Notes
- Names must start with a letter/underscore and contain only letters, numbers, underscores.