diff options
Diffstat (limited to 'scripts/help.sh')
-rwxr-xr-x | scripts/help.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/help.sh b/scripts/help.sh index bf4a51279..0f672d520 100755 --- a/scripts/help.sh +++ b/scripts/help.sh | |||
@@ -13,10 +13,11 @@ printf " danger:clean:dev -> /!\ Clean certificates, logs, uploads, | |||
13 | printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified by the production environment\n" | 13 | printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified by the production environment\n" |
14 | printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" | 14 | printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" |
15 | printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" | 15 | printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" |
16 | printf " reset-password -- -u [user] -> Reset the password of user [user]\n", | 16 | printf " reset-password -- -u [user] -> Reset the password of user [user]\n" |
17 | printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" | 17 | printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" |
18 | printf " start -> Run the server\n" | 18 | printf " start -> Run the server\n" |
19 | printf " check -> Check the server (according to NODE_ENV)\n" | 19 | printf " check -> Check the server (according to NODE_ENV)\n" |
20 | printf " upgrade -- [branch] -> Upgrade the application according to the [branch] parameter\n" | 20 | printf " upgrade -- [branch] -> Upgrade the application according to the [branch] parameter\n" |
21 | printf " update-host -> Upgrade scheme/host in torrent files according to the webserver configuration (config/ folder)\n" | ||
21 | printf " test -> Run the tests\n" | 22 | printf " test -> Run the tests\n" |
22 | printf " help -> Print this help\n" | 23 | printf " help -> Print this help\n" |