support updating template stores using cyctl
#600
Labels
cyctl
Issues related to the CLI
go
Pull requests that update Go code
good first issue
Good for newcomers
hacktoberfest
⚔️ Quest
Tracks quest-bot quests
Is your feature request related to a problem? Please describe.
cyctl
can currently create, list and delete template stores. It would be useful to update template stores usingcyctl
as well.The command invocation should look like this:
repo
,path
,version
, andicon
are all optional, but at least one of them needs to be set. Flags update the following values in a template store object:When the subcommand is invoked, it should fetch the template store, update its values and update it in the cluster.
The text was updated successfully, but these errors were encountered: