41 lines
729 B
Markdown
41 lines
729 B
Markdown
|
---
|
||
|
title: "authelia-gen docs cli"
|
||
|
description: "Reference for the authelia-gen docs cli 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 docs cli
|
||
|
|
||
|
Generate CLI docs
|
||
|
|
||
|
```
|
||
|
authelia-gen docs cli [flags]
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
-d, --directory string The directory to store the markdown in (default "./docs/content/en/reference/cli")
|
||
|
-h, --help help for cli
|
||
|
```
|
||
|
|
||
|
### Options inherited from parent commands
|
||
|
|
||
|
```
|
||
|
-C, --cwd string Sets the CWD for git commands
|
||
|
```
|
||
|
|
||
|
### SEE ALSO
|
||
|
|
||
|
* [authelia-gen docs](authelia-gen_docs.md) - Generate docs
|
||
|
|
||
|
###### Auto generated by spf13/cobra on 13-Jun-2022
|