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

feat: allow users to set default project in CLI #1179

Merged
merged 1 commit into from
Nov 29, 2023
Merged

feat: allow users to set default project in CLI #1179

merged 1 commit into from
Nov 29, 2023

Conversation

devholic
Copy link
Contributor

Resolves #1150

  • Introduces config set and config unset to deal with CLI configuration
  • Moves CLI command packages to under the internal/cli/cmd to avoid import cycle

Resolves #1150

Signed-off-by: Sunghoon Kang <hoon@akuity.io>
Copy link

netlify bot commented Nov 29, 2023

Deploy Preview for docs-kargo-akuity-io ready!

Name Link
🔨 Latest commit 9df650a
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-akuity-io/deploys/6567341822548600086c47ec
😎 Deploy Preview https://deploy-preview-1179.kargo.akuity.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a569a42) 48.83% compared to head (9df650a) 48.67%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1179      +/-   ##
==========================================
- Coverage   48.83%   48.67%   -0.17%     
==========================================
  Files         115      116       +1     
  Lines        8573     8602      +29     
==========================================
  Hits         4187     4187              
- Misses       4234     4263      +29     
  Partials      152      152              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@krancour krancour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@devholic devholic added this pull request to the merge queue Nov 29, 2023
Merged via the queue into main with commit ead92cd Nov 29, 2023
17 of 18 checks passed
@devholic devholic deleted the hoon/#1150 branch November 29, 2023 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kargo cli configuration for Projects
2 participants