juju list-actions
¶
See also: run, show-action
Aliases: list-actions
Summary¶
List actions defined for an application.
Usage¶
juju actions [options] <application>
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
default |
Specify output format (default|json|tabular|yaml) |
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
|
|
Specify an output file |
|
|
false |
Display the full action schema |
Examples¶
juju actions postgresql
juju actions postgresql --format yaml
juju actions postgresql --schema
Details¶
List the actions available to run on the target application, with a short description. To show the full schema for the actions, use –schema.