juju export-bundle¶
Summary¶
Exports the current model configuration as a reusable bundle.
Usage¶
juju export-bundle [options]
Options¶
Flag |
Default |
Usage |
|---|---|---|
|
false |
Do not use web browser for authentication |
|
Bundle file |
|
|
false |
Whether to include charm config default values in the exported bundle |
|
false |
Compatibility option. Set to include series in the bundle alongside bases |
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
Examples¶
juju export-bundle
juju export-bundle --filename mymodel.yaml
juju export-bundle --include-charm-defaults
juju export-bundle --include-series
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.
If --include-series is used, the exported bundle will include the OS series
alongside bases. This should be used as a compatibility option for older
versions of Juju before bases were added.