X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fhelp.sh;h=da127092dafb91a328efa6abd6d370710d5c3b83;hb=e466544fb942992bbf9c455ad2168dc1b9111d97;hp=bc38bdb40025abaa5a6ab434b6b42b27321f5fe5;hpb=edb4ffc7e0b13659d7c73b120f2c87b27e4c26a1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/scripts/help.sh b/scripts/help.sh index bc38bdb40..da127092d 100755 --- a/scripts/help.sh +++ b/scripts/help.sh @@ -9,11 +9,6 @@ printf " build:server -> Build the server for production\n" printf " build:client -> Build the client for production\n" printf " clean:client -> Clean the client build files (dist directory)\n" printf " clean:server:test -> Clean logs, uploads, database... of the test instances\n" -printf " watch:client -> Watch and compile on the fly the client files\n" -printf " danger:clean:dev -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified in the development environment\n" -printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified by the production environment\n" -printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" -printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" printf " reset-password -- -u [user] -> Reset the password of user [user]\n" printf " create-transcoding-job -- -v [video UUID] \n" printf " -> Create a transcoding job for a particular video\n"