rad resource show CLI reference
Details on the rad resource show Radius CLI command
rad resource show
Show Radius resource details
Synopsis
Show details of the specified Radius resource
rad resource show [resourceType] [resourceName] [flags]
Examples
sample list of resourceType: containers, gateways, daprPubSubBrokers, extenders, mongoDatabases, rabbitMQMessageQueues, redisCaches, sqlDatabases, daprStateStores, daprSecretStores
# show details of a specified resource in the default environment
rad resource show containers orders
rad resource show gateways orders_gateways
# show details of a specified resource in an application
rad resource show containers orders --application icecream-store
# show details of a specified resource in an application (shorthand flag)
rad resource show containers orders -a icecream-store
Options
-g, --group string The resource group name
-h, --help help for show
-o, --output string output format (supported formats are json, table) (default "table")
-w, --workspace string The workspace name
Options inherited from parent commands
-a, --application string The application name
--config string config file (default "$HOME/.rad/config.yaml")
SEE ALSO
- rad resource - Manage resources
Feedback
Was this page helpful?
Glad to hear it! Please feel free to star our repo and join our Discord server to stay up to date with the project.
Sorry to hear that. If you would like to also contribute a suggestion visit and tell us how we can improve.