## Tools
* [Import videos (YouTube, Dailymotion, Vimeo...)](/support/doc/import-videos.md)
+ * [Upload videos from the CLI](/support/doc/upload-cli.md)
## Architecture
commentsEnabled: program['commentsEnabled'],
fixture: program['file'],
thumbnailfile: program['thumbnailPath'],
- previewfile: program['previewPath']
+ previewfile: program['previewPath'],
+ support: undefined
}
await uploadVideo(program['url'], accessToken, videoAttributes)
--- /dev/null
+# Upload videos from CLI
+
+ - [Installation](#installation)
+ - [Usage](#usage)
+
+## Installation
+
+### Dependencies
+
+ * [PeerTube dependencies](dependencies.md)
+
+## Usage
+
+```
+node dist/server/tools/upload.js --help
+```