cyclops
cyclops copied to clipboard
`cyctl`: delete Module command
The scope of this issue is to implement the delete method for Modules custom resource. The command should look like:
cyctl delete module <module-name>
And it should simply call a method similarly to this
Can I work on this?