diff options
Diffstat (limited to 'support/doc/upload-cli.md')
-rw-r--r-- | support/doc/upload-cli.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/support/doc/upload-cli.md b/support/doc/upload-cli.md new file mode 100644 index 000000000..1eff1f0af --- /dev/null +++ b/support/doc/upload-cli.md | |||
@@ -0,0 +1,16 @@ | |||
1 | # Upload videos from CLI | ||
2 | |||
3 | - [Installation](#installation) | ||
4 | - [Usage](#usage) | ||
5 | |||
6 | ## Installation | ||
7 | |||
8 | ### Dependencies | ||
9 | |||
10 | * [PeerTube dependencies](dependencies.md) | ||
11 | |||
12 | ## Usage | ||
13 | |||
14 | ``` | ||
15 | node dist/server/tools/upload.js --help | ||
16 | ``` | ||