Command 'juju export-bundle'
See also: How to manage bundles
Usage:
juju export-bundle [options]
Summary:
Exports the current model configuration as a reusable bundle.
Global Options:
--debug (= false)
Equivalent to --show-log --logging-config==DEBUG
-h, --help (= false)
Show help on a command or other topic.
--logging-config (= "")
Specify log levels for modules
--quiet (= false)
Show no informational output
--show-log (= false)
If set, write the log file to stderr
--verbose (= false)
Show more verbose output
Command Options:
-B, --no-browser-login (= false)
Do not use web browser for authentication
--filename (= "")
Bundle file
--include-charm-defaults (= false)
Whether to include charm config default values in the exported bundle
-m, --model (= "")
Model to operate in. Accepts [:]|
Details:
Exports the current model configuration as a reusable bundle.
If --filename is not used, the configuration is printed to stdout. –filename specifies an output file.
Examples:
juju export-bundle
juju export-bundle --filename mymodel.yaml
juju export-bundle --include-charm-defaults
Last updated 3 months ago.