-
Notifications
You must be signed in to change notification settings - Fork 43
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
Implement set-project
subcommand
#3656
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While we have an internal mental model of the project hierarchy working like a directory structure, I wonder if it would be better to use a subcommand that describes what is actually happening - i.e. using set-project
instead of cd
@dmjb I was planning on implementing an |
If it's possible to allow either
|
@dmjb done |
This allows us to easily switch between projects using the ID. Note that there a further PR will allow us to switch between projects using the name of an immediate child. Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
Summary
This allows us to easily switch between projects using the ID. Note that
there a further PR will allow us to switch between projects using the
name of an immediate child.
For usability, this adds the
minder sp
andminder cd
aliases (note thatset-project
is what shows up in the help text).Change Type
Mark the type of change your PR introduces:
Testing
Outline how the changes were tested, including steps to reproduce and any relevant configurations.
Attach screenshots if helpful.
Review Checklist: