mirror of https://github.com/authelia/authelia.git
1.5 KiB
1.5 KiB
title | description | lead | date | draft | images | weight | toc | seo | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
authelia config template | Reference for the authelia config template command. | 2023-09-20T06:21:40+10:00 | false | 905 | true |
|
authelia config template
Template a configuration file or files with enabled filters
Synopsis
Template a configuration file or files with enabled filters.
This subcommand allows debugging the filtered YAML files with any of the available filters. It should be noted this command needs to be executed with the same environment variables and working path as when normally running Authelia to be useful.
authelia config template [flags]
Examples
authelia config template --filters.experimental.template
authelia config template --filters.experimental.expand-env --config config.yml
Options
-h, --help help for template
Options inherited from parent commands
-c, --config strings configuration files or directories to load, for more information run 'authelia -h authelia config' (default [configuration.yml])
--config.experimental.filters strings list of filters to apply to all configuration files, for more information run 'authelia -h authelia filters'
SEE ALSO
- authelia config - Perform config related actions