diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/help.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/help.sh b/scripts/help.sh index 318bc63f5..8ac090139 100755 --- a/scripts/help.sh +++ b/scripts/help.sh | |||
@@ -15,6 +15,9 @@ printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, | |||
15 | printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" | 15 | printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" |
16 | printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" | 16 | printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" |
17 | printf " reset-password -- -u [user] -> Reset the password of user [user]\n" | 17 | printf " reset-password -- -u [user] -> Reset the password of user [user]\n" |
18 | printf " create-transcoding-job -- -v [video UUID] \n" | ||
19 | printf " -> Create a transcoding job for a particular video\n" | ||
20 | printf " prune-storage -> Delete (after confirmation) unknown video files/thumbnails/previews... (due to a bad video deletion, transcoding job not finished...)\n" | ||
18 | printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" | 21 | printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" |
19 | printf " start -> Run the server\n" | 22 | printf " start -> Run the server\n" |
20 | printf " update-host -> Upgrade scheme/host in torrent files according to the webserver configuration (config/ folder)\n" | 23 | printf " update-host -> Upgrade scheme/host in torrent files according to the webserver configuration (config/ folder)\n" |