juju show-application
¶
Summary¶
Displays information about an application.
Usage¶
juju show-application [options] <application name or alias>
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
yaml |
Specify output format (json|smart|yaml) |
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
|
|
Specify an output file |
Examples¶
juju show-application mysql
juju show-application mysql wordpress
juju show-application myapplication
where “myapplication” is the application name alias; see “juju help deploy” for more information.
Details¶
The command takes deployed application names or aliases as an argument.
The command does an exact search. It does not support wildcards.