]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/help.sh
Server: do not break remote videos processing on error
[github/Chocobozzz/PeerTube.git] / scripts / help.sh
index 6e124c276c7760506e15db334ce18beae7274181..23c460afa42f8387d831d598bf79646d8ec55630 100755 (executable)
@@ -15,5 +15,7 @@ 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 "  dev                  -> Watch, run the livereload and run the server so that you can develop the application\n"
 printf "  start                -> Run the server\n"
+printf "  check                -> Check the server (according to NODE_ENV)\n"
+printf "  upgrade -- [branch]  -> Upgrade the application according to the [branch] parameter\n"
 printf "  test                 -> Run the tests\n"
 printf "  help                 -> Print this help\n"