Skip to content
Snippets Groups Projects
Commit 4e0b163e authored by Jessica Yuen's avatar Jessica Yuen
Browse files

Implement command `ks registry add`


Currently users are unable to add their own registries through the CLI.
This limits them to a small subset of prototypes found in the default
incubator registry.

This commit will add the command `ks registry add`, that allows users to
add registries supporting the `github` protocol.

It will be of the form `ks registry add <registry-name> <registry-uri>
[--version]`. If a version is not specified, `latest` will be used.

Signed-off-by: default avatarJessica Yuen <im.jessicayuen@gmail.com>
parent 1c366df6
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment