You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the biggest gaps in our CircleCI CLI workflow is not having the ability to manage Project specific environment variables via the CLI. Ideally the project commands would try to infer the CircleCI Project from the current directory, much like the follow command, but should obviously favor the vcs-type, org-name, and repo-name the user specifies.
Provide an example:
$ circleci help project
...
Usage:
circleci project [command]
Available Commands:
remove-secret Remove an environment variable from the named project
secrets List all secrets for the named project
store-secret Store a new environment variable in the named project. The value is read from stdin.
What problem does this feature solve?:
One of the biggest gaps in our CircleCI CLI workflow is not having the ability to manage Project specific environment variables via the CLI. Ideally the
project
commands would try to infer the CircleCI Project from the current directory, much like thefollow
command, but should obviously favor thevcs-type
,org-name
, andrepo-name
the user specifies.Provide an example:
The text was updated successfully, but these errors were encountered: