(command-juju-export-bundle)= # `juju export-bundle` ## Summary Exports the current model configuration as a reusable bundle. ### Options | Flag | Default | Usage | | --- | --- | --- | | `-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 [<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.