ziplinectl export-config

Export the current configuration as environment variables.

Usage

ziplinectl export-config [options]

Options

OptionDescription
-y, --ymlExport the config in YAML format so that it can be used in a docker compose file. (default: false)
-d, --show-defaultsShow default variables. By default (when this flag is not present), the export-config command will only export settings that have changed values, which may be helpful if you want to keep your .env or docker-compose.yml short.
-h, --helpDisplay options and arguments for this command.

Example Usage

Export the configuration as environment variables:

ziplinectl export-config

Export the configuration in YAML format:

ziplinectl export-config -y

Export the configuration in YAML format, showing default variables:

ziplinectl export-config -y -d

Extra

This command is mostly going to be useful if you are trying to convert your settings into environment variables.



Last updated: 7/2/2025
Edit this page on GitHub