diff options
Diffstat (limited to 'scripts/help.sh')
-rwxr-xr-x | scripts/help.sh | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/scripts/help.sh b/scripts/help.sh index 3ed9f15cc..a2c8e4df0 100755 --- a/scripts/help.sh +++ b/scripts/help.sh | |||
@@ -2,23 +2,17 @@ | |||
2 | 2 | ||
3 | printf "############# PeerTube help #############\n\n" | 3 | printf "############# PeerTube help #############\n\n" |
4 | printf "npm run ...\n" | 4 | printf "npm run ...\n" |
5 | printf " build -> Build the application\n" | 5 | printf " build -> Build the application for production (alias of build:client:prod)\n" |
6 | printf " build:client -> Build the client (css, js files)\n" | 6 | printf " build:client:dev -> Build the client for development\n" |
7 | printf " build:client:sass -> Build the sass files\n" | 7 | printf " build:client:prod -> Build the client for production\n" |
8 | printf " build:client:tsc -> Build the javascript files\n" | ||
9 | printf " clean -> Clean the application\n" | 8 | printf " clean -> Clean the application\n" |
10 | printf " clean:client -> Clean the client (css, js files)\n" | 9 | printf " clean:client -> Clean the client build files (dist directory)\n" |
11 | printf " clean:client:sass -> Clean the sass build files\n" | ||
12 | printf " clean:client:tsc -> Clean the javascript files\n" | ||
13 | printf " clean:server:test -> Clean certificates, logs, uploads and database of the test instances\n" | 10 | printf " clean:server:test -> Clean certificates, logs, uploads and database of the test instances\n" |
14 | printf " watch:client -> Watch the client files\n" | 11 | printf " watch:client -> Watch the client files\n" |
15 | printf " watch:client:sass -> Watch the sass client files\n" | ||
16 | printf " watch:client:tsc -> Watch the typescript files\n" | ||
17 | printf " danger:clean:server -> /!\ Clean certificates, logs, uploads and database\n" | 12 | printf " danger:clean:server -> /!\ Clean certificates, logs, uploads and database\n" |
18 | printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" | 13 | printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" |
19 | printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" | 14 | printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" |
20 | printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" | 15 | printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" |
21 | printf " livereload -> Run the livereload on the client\n" | ||
22 | printf " start -> Run the server\n" | 16 | printf " start -> Run the server\n" |
23 | printf " test -> Run the tests\n" | 17 | printf " test -> Run the tests\n" |
24 | printf " help -> Print this help\n" | 18 | printf " help -> Print this help\n" |