Command 'juju show-application'

The information in this doc is based on Juju version 3.5.4, and may not accurately reflect other versions of Juju.

Summary

Displays information about an application.

Usage

juju show-application [options] <application name or alias>

Options

Flag Default Usage
-B, --no-browser-login false Do not use web browser for authentication
--format yaml Specify output format (json|smart|yaml)
-m, --model Model to operate in. Accepts [<controller name>:]<model name>|<model UUID>
-o, --output 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.