]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/help.sh
Increase live test timeout
[github/Chocobozzz/PeerTube.git] / scripts / help.sh
CommitLineData
0e4ffb4b
LA
1#!/bin/sh
2
3set -eu
93534495
C
4
5printf "############# PeerTube help #############\n\n"
6printf "npm run ...\n"
9a5d2a3f 7printf " build -> Build the application for production (alias of build:client:prod)\n"
ecb4e35f
C
8printf " build:server -> Build the server for production\n"
9printf " build:client -> Build the client for production\n"
9a5d2a3f 10printf " clean:client -> Clean the client build files (dist directory)\n"
ecb4e35f
C
11printf " clean:server:test -> Clean logs, uploads, database... of the test instances\n"
12printf " watch:client -> Watch and compile on the fly the client files\n"
9a5d2a3f
C
13printf " danger:clean:dev -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified in the development environment\n"
14printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified by the production environment\n"
15printf " danger:clean:modules -> /!\ Clean node and typescript modules\n"
16printf " play -> Run 3 fresh nodes so that you can test the communication between them\n"
01a07456 17printf " reset-password -- -u [user] -> Reset the password of user [user]\n"
7491e2c5
C
18printf " create-transcoding-job -- -v [video UUID] \n"
19printf " -> Create a transcoding job for a particular video\n"
20printf " prune-storage -> Delete (after confirmation) unknown video files/thumbnails/previews... (due to a bad video deletion, transcoding job not finished...)\n"
edb4ffc7 21printf " optimize-old-videos -> Re-transcode videos that have a high bitrate, to make them suitable for streaming over slow connections"
9a5d2a3f
C
22printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n"
23printf " start -> Run the server\n"
01a07456 24printf " update-host -> Upgrade scheme/host in torrent files according to the webserver configuration (config/ folder)\n"
ecb4e35f 25printf " client-report -> Open a report of the client dependencies module\n"
9a5d2a3f
C
26printf " test -> Run the tests\n"
27printf " help -> Print this help\n"