Hook command 'config-get'

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

Summary

Print application configuration.

Usage

config-get [options] [<key>]

Options

Flag Default Usage
-a, --all false print all keys
--format smart Specify output format (json|smart|yaml)
-o, --output Specify an output file

Details

When no <key> is supplied, all keys with values or defaults are printed. If –all is set, all known keys are printed; those without defaults or values are reported as null. <key> and --all are mutually exclusive.