juju info¶
Summary¶
Displays detailed information about CharmHub charms.
Usage¶
juju info [options] [options] <charm>
Options¶
| Flag | Default | Usage | 
|---|---|---|
| 
 | all | Specify an arch <all|amd64|arm64|ppc64el|riscv64|s390x> | 
| 
 | Specify a base | |
| 
 | Specify a channel to use instead of the default release | |
| 
 | Specify the Charmhub URL for querying the store | |
| 
 | false | Display config for this charm | 
| 
 | tabular | Specify output format (json|tabular|yaml) | 
| 
 | Specify an output file | |
| 
 | -1 | Specify a revision number | 
| 
 | all | Specify a series. DEPRECATED use  | 
| 
 | Specify a track to use instead of the default track | |
| 
 | auto | Display output using unicode <auto|never|always> | 
Examples¶
juju info postgresql
Details¶
The charm can be specified by name or by path.
Channels displayed are supported by any base.
To see channels supported for only a specific base, use the --base flag.
--base can be specified using the OS name and the version of the OS,
separated by @.
For example: --base ubuntu@22.04.
Use --revision to display information about a specific revision of the charm,
which cannot be used together with --arch, --base, --channel or --series.
For example: --revision 42.
Use --track  to display information about a specific track of the charm,
which cannot be used together with --arch, --base, --channel or --series.
For example: --track 14.
