Closed
Description
Is your feature request related to a problem? Please describe
Right now gp env
can only alter the user-level environment variables. That means, if you try to add a var like so: gp env foo=bar
, it will get registered under your personal account but not project. Similarly, it will only list your user vars when gp env
is run.
Describe the behaviour you'd like
Add a CLI flag to specify the target, either user or current project.
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Type
Projects
Status
Done