We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Nearly all the modules follow the same format:
ks resource create <options>
ks resource list <options>
ks resource delete <resource_id> <options>
ks resource update <resource_id> <options>
ks resource read <resource_id> <options>
Note that resource is just a placeholder for the item. Any resource specific extra commands will be mentioned in the issue itself.
resource
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 resourceNote that
resource
is just a placeholder for the item. Any resource specific extra commands will be mentioned in the issue itself.Feature list
The text was updated successfully, but these errors were encountered: