X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fhelp.sh;h=da127092dafb91a328efa6abd6d370710d5c3b83;hb=12fa2a6a9ab3af53e2f9461ed36f8c0a3f88776f;hp=bc38bdb40025abaa5a6ab434b6b42b27321f5fe5;hpb=be0f59b4eec3c2c4dcd151e2b174be39dff1568e;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"