-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add list project environment variable
subcommand (one of commands to manage projects)
#770
Add list project environment variable
subcommand (one of commands to manage projects)
#770
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #770 +/- ##
=======================================
Coverage ? 33.64%
=======================================
Files ? 49
Lines ? 5495
Branches ? 0
=======================================
Hits ? 1849
Misses ? 3390
Partials ? 256 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
078bd4e
to
8a5c2ab
Compare
- `circleci project list-secrets` Other changes: - Replace a request header `Accept-Type` with `Accept`
8a5c2ab
to
d9b35dd
Compare
list project environment variable
subcommand (one of commands to manage projects)
@CircleCI-Public/Extensibility Could you review this PR? |
Hello @threepipes This PR is large, could it possibly be broken down into smaller PRs. ie: Accept-Type in one PR and project command in a separate one? Thank you |
@corinnesollows Thank you for your comment and advice. |
The header changes are extracted: #784 |
@corinnesollows |
It would be extremely tight if this could get some attention @CircleCI-Public/Extensibility @corinnesollows |
Checklist
=========
Changes
=======
circleci project secret list <vcs> <org> <project>
Rationale
=========
This PR partially solves #652.
Currently, CircleCI CLI does not have the ability to manage Projects.
This change enables one of these abilities and makes it easier to write the rest subcommands.
Considerations
==============
I will add other subcommands to manage project environment variables like
create
anddelete
.Here are some helpful tips you can follow when submitting a pull request:
master
.make build
in the repository root.make test
).--debug
flag is often helpful for debugging HTTP client requests and responses.make lint
). Note: This requires Docker to run inside a local job.