ziplinectl export-config
Export the current configuration as environment variables.
Usage
ziplinectl export-config [options]
Options
Option | Description |
---|---|
-y , --yml | Export the config in YAML format so that it can be used in a docker compose file. (default: false) |
-d , --show-defaults | Show 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 , --help | Display 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.
ziplinectl list-users
Lists all users in Zipline in a JSON format.
2FA
2 Factor Authentication with TOTP (time-based one-time password) is a...
Last updated: 7/2/2025
Edit this page on GitHub