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

Support listing stack resources and resource status #297

Open
rthotakura97 opened this issue Mar 1, 2024 · 3 comments
Open

Support listing stack resources and resource status #297

rthotakura97 opened this issue Mar 1, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@rthotakura97
Copy link

Rain user here, I wanted to see if its possible to add a command that lists the stack resources as well as the resource status during stack creation or stack update. This is super helpful when creating new stacks. Maybe exposes as another command such as rain ls <stack-name> resources ?

@ericzbeard
Copy link
Contributor

Hi Rohit, can you give me a bit more detail? Do you want to add more verbose output to the deploy or watch commands? Or only to the ls command? How much detail do you want about the resources? Just the names and types, or property values as well?

@ericzbeard ericzbeard added the need-more-info More info needed to implement or fix label Mar 2, 2024
@rthotakura97
Copy link
Author

rthotakura97 commented Mar 2, 2024

Maybe it can be added to the "watch" functionality, but essentially I want to be able to see which resources are currently being created in progress and which were already completed. I think right now there isn't much visibility into it and I think adding this capability would be super super helpful for those who use it.

I think maybe the resource name, the status (CREATE_COMPLETE, IN PROGRESS, etc), and maybe logs associated with it?

@rthotakura97
Copy link
Author

Another idea is to also add to the "ls" command to potentially take in the stack name parameter and also output each of the stack resources within it. This could be the resource name and the resource type.

@ericzbeard ericzbeard added enhancement New feature or request and removed need-more-info More info needed to implement or fix labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants