42 lines
804 B
Markdown
42 lines
804 B
Markdown
|
---
|
||
|
title: "authelia-gen docs date"
|
||
|
description: "Reference for the authelia-gen docs date command."
|
||
|
lead: ""
|
||
|
date: 2022-09-01T12:28:38+10:00
|
||
|
draft: false
|
||
|
images: []
|
||
|
menu:
|
||
|
reference:
|
||
|
parent: "cli-authelia-gen"
|
||
|
weight: 330
|
||
|
toc: true
|
||
|
---
|
||
|
|
||
|
## authelia-gen docs date
|
||
|
|
||
|
Generate doc dates
|
||
|
|
||
|
```
|
||
|
authelia-gen docs date [flags]
|
||
|
```
|
||
|
|
||
|
### Options
|
||
|
|
||
|
```
|
||
|
--commit-since string The commit to check the logs since
|
||
|
--commit-until string The commit to check the logs until (default "HEAD")
|
||
|
-d, --directory string The directory to modify (default "./docs/content")
|
||
|
-h, --help help for date
|
||
|
```
|
||
|
|
||
|
### 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
|
||
|
|