-
Notifications
You must be signed in to change notification settings - Fork 79
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 proposal for official CLI project for Harbor #220
base: main
Are you sure you want to change the base?
Conversation
97e5b8a
to
559fd81
Compare
proposals/new/cli.md
Outdated
} | ||
|
||
jsonStr := JsonMarshallWithMultipleTypes(response) | ||
fmt.Println(jsonStr) |
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.
Later we can improve the way we show the response, in this case, we can show it in the tabular form.
looks good so far :) |
@Vad1mo @wy65701436 can you take a look please :) |
559fd81
to
aba26cb
Compare
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.
I think it would also make sense to point out that having a CLI that is capable of working with multiple registries. It should be possible to switch between different contexts like in docker or kubectl is.
aba26cb
to
d4f27d6
Compare
Signed-off-by: Akshat <[email protected]>
d4f27d6
to
7392a8e
Compare
I'm adding my 2 centes about this proposal. I think having an official CLI to be able to manipulate harbor is more than necessary at the moment :-). A CLI that allows you to do the same thing as the API. I don't know much about the process to ensure that there is an official CLI for Harbor but I think that several people, a community, could work on the subject. And as we know, the most difficult thing is not to create a CLI but to ensure that it remains up to date when the API is also updated and that it follows the same release cycle as the project core. So my question is, is it planned to have several people working on the subject or only one person should make a proposal with an existing CLI? |
No description provided.