siren icon indicating copy to clipboard operation
siren copied to clipboard

Add subscription client CLI

Open mabdh opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Subscription does not have client cli yet, we need to add that.

Describe the solution you'd like

Add these 4 commands

$ siren subscription create --file input.yaml
$ siren subscription edit --id 1 --file input.yaml
$ siren subscription delete 1
$ siren subscription view 1

mabdh avatar Oct 21 '22 11:10 mabdh