2022-06-15 07:51:47 +00:00
|
|
|
---
|
|
|
|
title: "authelia validate-config"
|
|
|
|
description: "Reference for the authelia validate-config command."
|
|
|
|
lead: ""
|
2022-06-27 08:27:57 +00:00
|
|
|
date: 2022-06-15T17:51:47+10:00
|
2022-06-15 07:51:47 +00:00
|
|
|
draft: false
|
|
|
|
images: []
|
|
|
|
menu:
|
|
|
|
reference:
|
|
|
|
parent: "cli-authelia"
|
2022-11-19 05:47:09 +00:00
|
|
|
weight: 905
|
2022-06-15 07:51:47 +00:00
|
|
|
toc: true
|
|
|
|
---
|
|
|
|
|
|
|
|
## authelia validate-config
|
|
|
|
|
|
|
|
Check a configuration against the internal configuration validation mechanisms
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
Check a configuration against the internal configuration validation mechanisms.
|
|
|
|
|
|
|
|
This subcommand allows validation of the YAML and Environment configurations so that a configuration can be checked
|
|
|
|
prior to deploying it.
|
|
|
|
|
|
|
|
```
|
|
|
|
authelia validate-config [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Examples
|
|
|
|
|
|
|
|
```
|
|
|
|
authelia validate-config
|
|
|
|
authelia validate-config --config config.yml
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
2022-12-22 00:21:29 +00:00
|
|
|
-h, --help help for validate-config
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
2022-12-23 04:00:23 +00:00
|
|
|
-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'
|
2022-06-15 07:51:47 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
|
|
|
* [authelia](authelia.md) - authelia untagged-unknown-dirty (master, unknown)
|
|
|
|
|