]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/help.sh
Client: Redirect user to home page after logout
[github/Chocobozzz/PeerTube.git] / scripts / help.sh
CommitLineData
93534495
C
1#!/usr/bin/env sh
2
3printf "############# PeerTube help #############\n\n"
4printf "npm run ...\n"
fc76359b
C
5printf " build -> Build the application for production (alias of build:client:prod)\n"
6printf " build:client:dev -> Build the client for development\n"
7printf " build:client:prod -> Build the client for production\n"
93534495 8printf " clean -> Clean the application\n"
fc76359b 9printf " clean:client -> Clean the client build files (dist directory)\n"
93534495
C
10printf " clean:server:test -> Clean certificates, logs, uploads and database of the test instances\n"
11printf " watch:client -> Watch the client files\n"
93534495
C
12printf " danger:clean:server -> /!\ Clean certificates, logs, uploads and database\n"
13printf " danger:clean:modules -> /!\ Clean node and typescript modules\n"
14printf " play -> Run 3 fresh nodes so that you can test the communication between them\n"
15printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n"
93534495
C
16printf " start -> Run the server\n"
17printf " test -> Run the tests\n"
18printf " help -> Print this help\n"