We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 version
$ kargo version Client Version: v0.2.1
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...
--project
kargo config set-project <my project name>
By having this feature, it will allow for less typing
Probably have a ~/.config/kargo/config.yaml file with a project: field
~/.config/kargo/config.yaml
project:
The text was updated successfully, but these errors were encountered:
💯
Sorry, something went wrong.
@devholic do you have bandwidth for this one?
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."
feat: allow users to set default project in CLI
project
9df650a
Resolves #1150 Signed-off-by: Sunghoon Kang <hoon@akuity.io>
devholic
Successfully merging a pull request may close this issue.
Checklist
kargo version
, if applicable.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...Motivation
By having this feature, it will allow for less typing
Suggested Implementation
Probably have a
~/.config/kargo/config.yaml
file with aproject:
fieldThe text was updated successfully, but these errors were encountered: