Skip to content
New issue

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

Infrastructure management using CLI #10

Open
rajdip-b opened this issue Mar 26, 2024 · 0 comments
Open

Infrastructure management using CLI #10

rajdip-b opened this issue Mar 26, 2024 · 0 comments
Labels
priority:high Priority description - High type:feat Added some new feature

Comments

@rajdip-b
Copy link
Member

rajdip-b commented Mar 26, 2024

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 resource
  • ks resource list <options>: List all the resources
  • ks resource delete <resource_id> <options>: Delete an existing resource
  • ks resource update <resource_id> <options>: Update an existing resource
  • ks 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.

Feature list

@rajdip-b rajdip-b added priority:high Priority description - High type:feat Added some new feature labels Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high Priority description - High type:feat Added some new feature
Projects
None yet
Development

No branches or pull requests

1 participant