-
Notifications
You must be signed in to change notification settings - Fork 100
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
List all resources in a given environment with rad resource list
#7789
Comments
👋 @ytimocin Thanks for filing this feature request. A project maintainer will review this feature request and get back to you soon. We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue. For more information on our triage process please visit our triage overview |
👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up. We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue. For more information on our triage process please visit our triage overview |
@ytimocin - we do have an option to list resources in an application https://docs.radapp.io/reference/cli/rad_resource_list/#options |
That command does not support environment level resources. Not sure if we want to do that. Feel free to close if that is not a priority. cc/ @Reshrahim |
This issue is a great one to pickup for new contributors. It should only require small changes and not assume a deep knowledge of the Radius architecture. We always welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue. For more information on our triage process please visit our triage overview |
Yes trimmed down the scope to environment |
rad resource list
command that lists all resources in a given environment or applicationrad resource list
Overview of feature request
Right now, we don't have
rad resource list -e default
. I think that it could be nice to have a command that would list all the resources within a given environment .Maybe a list that looks like the following might be helpful:
NAME - RESOURCE TYPE - STATUS
Acceptance criteria
rad resource list
that lists all the resources in the default environment.rad resource list -e not-default-env
Additional context
kubectl get all -n <namespace>
Code -https://github.com/radius-project/radius/blob/main/pkg/cli/cmd/resource/list/list.go
Would you like to support us?
AB#12953
The text was updated successfully, but these errors were encountered: