Infrastructure management using CLI
Opened this issue · 0 comments
rajdip-b commented
Description
This is a parent issue and would be kept open. This issue aims to add functionality to the CLI to manage a workspace's resources easily from the CLI.
Command list
Nearly all the modules follow the same format:
ks resource create <options>
: Create a new resourceks resource list <options>
: List all the resourcesks resource delete <resource_id> <options>
: Delete an existing resourceks resource update <resource_id> <options>
: Update an existing resourceks resource read <resource_id> <options>
: Read an existing resource
Note that resource
is just a placeholder for the item. Any resource specific extra commands will be mentioned in the issue itself.