36 lines
737 B
Markdown
36 lines
737 B
Markdown
|
---
|
||
|
title: "authelia-gen code keys"
|
||
|
description: "Reference for the authelia-gen code keys command."
|
||
|
lead: ""
|
||
|
date: 2022-06-03T10:57:43+10: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
|
||
|
|
||
|
###### Auto generated by spf13/cobra on 13-Jun-2022
|