2022-06-15 07:51:47 +00:00
|
|
|
---
|
|
|
|
title: "authelia-gen docs cli"
|
|
|
|
description: "Reference for the authelia-gen docs cli 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 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
|
|
|
|
|