aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/help.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-30 13:27:07 +0100
committerChocobozzz <me@florianbigard.com>2018-01-30 13:27:07 +0100
commitecb4e35f4e6c7304cb274593c13cb47fd5078b75 (patch)
tree1e238002340bc521afde59d52f406e41298a7aac /scripts/help.sh
parent80d1057bfcd3582af0dacf5ccd5a7a93ef95410b (diff)
downloadPeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.tar.gz
PeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.tar.zst
PeerTube-ecb4e35f4e6c7304cb274593c13cb47fd5078b75.zip
Add ability to reset our password
Diffstat (limited to 'scripts/help.sh')
-rwxr-xr-xscripts/help.sh12
1 files changed, 5 insertions, 7 deletions
diff --git a/scripts/help.sh b/scripts/help.sh
index 51f55547e..a822d5d2e 100755
--- a/scripts/help.sh
+++ b/scripts/help.sh
@@ -3,12 +3,11 @@
3printf "############# PeerTube help #############\n\n" 3printf "############# PeerTube help #############\n\n"
4printf "npm run ...\n" 4printf "npm run ...\n"
5printf " build -> Build the application for production (alias of build:client:prod)\n" 5printf " build -> Build the application for production (alias of build:client:prod)\n"
6printf " build:server:prod -> Build the server for production\n" 6printf " build:server -> Build the server for production\n"
7printf " build:client:prod -> Build the client for production\n" 7printf " build:client -> Build the client for production\n"
8printf " clean -> Clean the application\n"
9printf " clean:client -> Clean the client build files (dist directory)\n" 8printf " clean:client -> Clean the client build files (dist directory)\n"
10printf " clean:server:test -> Clean certificates, logs, uploads and database of the test instances\n" 9printf " clean:server:test -> Clean logs, uploads, database... of the test instances\n"
11printf " watch:client -> Watch the client files\n" 10printf " watch:client -> Watch and compile on the fly the client files\n"
12printf " danger:clean:dev -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified in the development environment\n" 11printf " danger:clean:dev -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified in the development environment\n"
13printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified by the production environment\n" 12printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified by the production environment\n"
14printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" 13printf " danger:clean:modules -> /!\ Clean node and typescript modules\n"
@@ -16,8 +15,7 @@ printf " play -> Run 3 fresh nodes so that you can test
16printf " reset-password -- -u [user] -> Reset the password of user [user]\n" 15printf " reset-password -- -u [user] -> Reset the password of user [user]\n"
17printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" 16printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n"
18printf " start -> Run the server\n" 17printf " start -> Run the server\n"
19printf " check -> Check the server (according to NODE_ENV)\n"
20printf " upgrade -- [branch] -> Upgrade the application according to the [branch] parameter\n"
21printf " update-host -> Upgrade scheme/host in torrent files according to the webserver configuration (config/ folder)\n" 18printf " update-host -> Upgrade scheme/host in torrent files according to the webserver configuration (config/ folder)\n"
19printf " client-report -> Open a report of the client dependencies module\n"
22printf " test -> Run the tests\n" 20printf " test -> Run the tests\n"
23printf " help -> Print this help\n" 21printf " help -> Print this help\n"