juju list-resources
¶
See also: attach-resource, charm-resources
Aliases: list-resources
Summary¶
Show the resources for an application or unit.
Usage¶
juju resources [options] <application or unit>
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
false |
show detailed information about resources used by each unit. |
|
tabular |
Specify output format (json|tabular|yaml) |
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
|
|
Specify an output file |
Examples¶
To list resources for an application:
juju resources mysql
To list resources for a unit:
juju resources mysql/0
To show detailed information about resources used by a unit:
juju resources mysql/0 --details
Details¶
This command shows the resources required by and those in use by an existing application or unit in your model. When run for an application, it will also show any updates available for resources from a store.