2016-08-03 20:36:28 +00:00
|
|
|
---
|
|
|
|
title: "rclone gendocs"
|
2020-05-16 14:11:55 +00:00
|
|
|
description: "Output markdown docs for rclone to the directory supplied."
|
2016-08-03 20:36:28 +00:00
|
|
|
slug: rclone_gendocs
|
|
|
|
url: /commands/rclone_gendocs/
|
2022-12-20 17:16:14 +00:00
|
|
|
versionIntroduced: v1.33
|
2020-02-10 12:31:45 +00:00
|
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/gendocs/ and as part of making a release run "make commanddocs"
|
2016-08-03 20:36:28 +00:00
|
|
|
---
|
2020-05-22 10:17:37 +00:00
|
|
|
# rclone gendocs
|
2016-08-03 20:36:28 +00:00
|
|
|
|
|
|
|
Output markdown docs for rclone to the directory supplied.
|
|
|
|
|
2020-05-22 10:17:37 +00:00
|
|
|
## Synopsis
|
2016-08-03 20:36:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
This produces markdown docs for the rclone commands to the directory
|
|
|
|
supplied. These are in a format suitable for hugo to render into the
|
|
|
|
rclone.org website.
|
|
|
|
|
|
|
|
```
|
2017-06-15 19:12:26 +00:00
|
|
|
rclone gendocs output_directory [flags]
|
|
|
|
```
|
|
|
|
|
2020-05-22 10:17:37 +00:00
|
|
|
## Options
|
2017-06-15 19:12:26 +00:00
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for gendocs
|
2016-08-03 20:36:28 +00:00
|
|
|
```
|
|
|
|
|
2019-06-20 15:18:02 +00:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2020-05-22 10:17:37 +00:00
|
|
|
## SEE ALSO
|
2016-08-03 20:36:28 +00:00
|
|
|
|
2018-10-15 10:03:08 +00:00
|
|
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
2018-03-19 10:06:13 +00:00
|
|
|
|