2022-06-15 07:51:47 +00:00
|
|
|
---
|
|
|
|
title: "authelia-gen code keys"
|
|
|
|
description: "Reference for the authelia-gen code keys 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-gen"
|
|
|
|
weight: 330
|
|
|
|
toc: true
|
|
|
|
---
|
|
|
|
|
|
|
|
## authelia-gen code keys
|
|
|
|
|
|
|
|
Generate the list of valid configuration keys
|
|
|
|
|
|
|
|
```
|
|
|
|
authelia-gen code keys [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-f, --file string Sets the path of the keys file (default "./internal/configuration/schema/keys.go")
|
|
|
|
-h, --help help for keys
|
|
|
|
--package string Sets the package name of the keys file (default "schema")
|
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
|
|
|
* [authelia-gen code](authelia-gen_code.md) - Generate code
|
|
|
|
|