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

Kargo cli configuration for Projects #1150

Closed
3 tasks done
christianh814 opened this issue Nov 20, 2023 · 4 comments · Fixed by #1179
Closed
3 tasks done

Kargo cli configuration for Projects #1150

christianh814 opened this issue Nov 20, 2023 · 4 comments · Fixed by #1179

Comments

@christianh814
Copy link
Member

Checklist

  • I've searched the issue queue to verify this is not a duplicate feature request.
  • I've pasted the output of kargo version, if applicable.
  • I've pasted logs, if applicable.
$ kargo version
Client Version: v0.2.1

Proposed Feature

A lot of commands require to pass --project. It would be nice to be able to set projects "globally" in the CLI. So something like...

kargo config set-project <my project name>

Motivation

By having this feature, it will allow for less typing

Suggested Implementation

Probably have a ~/.config/kargo/config.yaml file with a project: field

@krancour
Copy link
Member

💯

@krancour
Copy link
Member

@devholic do you have bandwidth for this one?

@devholic
Copy link
Contributor

Yep, will handle this tomorrow

@devholic devholic self-assigned this Nov 21, 2023
@krancour
Copy link
Member

Yep, will handle this tomorrow

@devholic sorry... I jumped the gun. We don't need this for v0.3.0. So this is "if time permits."

devholic pushed a commit that referenced this issue Nov 29, 2023
Resolves #1150

Signed-off-by: Sunghoon Kang <hoon@akuity.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants