Hook command 'action-get'

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

Summary

Get action parameters.

Usage

action-get [options] [<key>[.<key>.<key>...]]

Options

Flag Default Usage
--format smart Specify output format (json|smart|yaml)
-o, --output Specify an output file

Details

action-get will print the value of the parameter at the given key, serialized as YAML. If multiple keys are passed, action-get will recurse into the param map as needed.