juju list-charm-resources
¶
See also: resources, attach-resource
Aliases: list-charm-resources
Summary¶
Display the resources for a charm in a repository.
Usage¶
juju charm-resources [options] <charm>
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
stable |
the channel of the charm |
|
tabular |
Specify output format (json|tabular|yaml) |
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
|
|
Specify an output file |
Examples¶
Display charm resources for the postgresql charm:
juju charm-resources postgresql
Display charm resources for mycharm in the 2.0/edge channel:
juju charm-resources mycharm --channel 2.0/edge
Details¶
This command will report the resources and the current revision of each resource for a charm in a repository.
Channel can be specified with –channel. If not provided, stable is used.
Where a channel is not supplied, stable is used.