-
Notifications
You must be signed in to change notification settings - Fork 79
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
Feat: kusion resource command #1261
Comments
cc @SparkYuan , @liu-hm19 |
Thanks for your advice! 👍 I believe this feature is indeed very helpful for users, but we are planning to implement the The related issue can be found here. We expect the |
Sure, I think we can add As for the imported resources, we don't have any other plans at the moment, but we are planning to optimize based on the configurations stored in |
After the discussion with @hoangndst, we have reached a consensus on
However, there still might be some concerns about the
We can discuss about this issue together with the community in the follow-up communication. cc @ffforest @Yangyang96 |
After the discussion with @hoangndst @ffforest and @Yangyang96, we have reached the following consensus:
|
Based on our previous discussions, we will implement two sub-commands for Considering that there have been some changes in the initial design and implementation compared to what was described in this issue, I would like to close this issue for now. We can re-open or open a new issue to follow up the support for |
What would you like to be added?
Command
kusion resource
to interact with resources :Add new commandkusion resource list
to show all resources of a specific project in a workspace.-
--workspace
: optional, default is current workspace-
--project
: required-
--backend
: optional, default is current backendkusion resource show {id}
to show the latest state of the specific resource by the id.-
--workspace
: optional, default is current workspace-
--project
: required-
--backend
: optional, default is current backendWhy is this needed?
kusion-id
and the terraform import id of these resources and use them for another project in the same workspace.The text was updated successfully, but these errors were encountered: