diff options
Diffstat (limited to 'scripts/help.sh')
-rwxr-xr-x | scripts/help.sh | 5 |
1 files changed, 0 insertions, 5 deletions
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" | |||
9 | printf " build:client -> Build the client for production\n" | 9 | printf " build:client -> Build the client for production\n" |
10 | printf " clean:client -> Clean the client build files (dist directory)\n" | 10 | printf " clean:client -> Clean the client build files (dist directory)\n" |
11 | printf " clean:server:test -> Clean logs, uploads, database... of the test instances\n" | 11 | printf " clean:server:test -> Clean logs, uploads, database... of the test instances\n" |
12 | printf " watch:client -> Watch and compile on the fly the client files\n" | ||
13 | printf " danger:clean:dev -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified in the development environment\n" | ||
14 | printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified by the production environment\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" | ||
17 | printf " reset-password -- -u [user] -> Reset the password of user [user]\n" | 12 | printf " reset-password -- -u [user] -> Reset the password of user [user]\n" |
18 | printf " create-transcoding-job -- -v [video UUID] \n" | 13 | printf " create-transcoding-job -- -v [video UUID] \n" |
19 | printf " -> Create a transcoding job for a particular video\n" | 14 | printf " -> Create a transcoding job for a particular video\n" |