Skip to content
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 option to manage environment variables #251

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drazendee
Copy link
Contributor

Allows users to:

  • List environment variables of a project
  • Delete an env var by name
  • Create a new env var (optional: set as secret)

@codecov
Copy link

codecov bot commented Nov 11, 2022

Codecov Report

Merging #251 (46f2b38) into master (cdbcbed) will decrease coverage by 0.54%.
The diff coverage is 51.66%.

@@            Coverage Diff             @@
##           master     #251      +/-   ##
==========================================
- Coverage   86.64%   86.10%   -0.55%     
==========================================
  Files         125      129       +4     
  Lines        4186     4246      +60     
  Branches      684      688       +4     
==========================================
+ Hits         3627     3656      +29     
- Misses        384      414      +30     
- Partials      175      176       +1     
Impacted Files Coverage Δ
...cli/commands/project/environment_variables/list.py 37.50% <37.50%> (ø)
...i/commands/project/environment_variables/delete.py 52.94% <52.94%> (ø)
...i/commands/project/environment_variables/create.py 60.00% <60.00%> (ø)
...commands/project/environment_variables/__init__.py 100.00% <100.00%> (ø)
valohai_cli/commands/parcel.py 65.71% <0.00%> (-1.91%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant