juju export-bundle
¶
Summary¶
Exports the current model configuration as a reusable bundle.
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 |
|
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
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.