aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/help.sh
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-01-27 11:18:53 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-01-27 11:18:53 +0100
commit9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff (patch)
tree97a98775f94f0c92baab7bbbf856ab7dc299451b /scripts/help.sh
parentf7ac0f84e1135ce893be930da6d935216dac13d3 (diff)
downloadPeerTube-9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff.tar.gz
PeerTube-9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff.tar.zst
PeerTube-9a5d2a3f54fbc4ef899988dd85cf65f92cc3ffff.zip
Admin password stuff
Diffstat (limited to 'scripts/help.sh')
-rwxr-xr-xscripts/help.sh35
1 files changed, 18 insertions, 17 deletions
diff --git a/scripts/help.sh b/scripts/help.sh
index 23c460afa..bf4a51279 100755
--- a/scripts/help.sh
+++ b/scripts/help.sh
@@ -2,20 +2,21 @@
2 2
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:client:dev -> Build the client for development\n" 6printf " build:client:dev -> Build the client for development\n"
7printf " build:client:prod -> Build the client for production\n" 7printf " build:client:prod -> Build the client for production\n"
8printf " clean -> Clean the application\n" 8printf " clean -> Clean the application\n"
9printf " clean:client -> Clean the client build files (dist directory)\n" 9printf " 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" 10printf " clean:server:test -> Clean certificates, logs, uploads and database of the test instances\n"
11printf " watch:client -> Watch the client files\n" 11printf " watch:client -> Watch the client files\n"
12printf " danger:clean:dev -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified in the development environment\n" 12printf " 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" 13printf " 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" 14printf " danger:clean:modules -> /!\ Clean node and typescript modules\n"
15printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" 15printf " play -> Run 3 fresh nodes so that you can test the communication between them\n"
16printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" 16printf " reset-password -- -u [user] -> Reset the password of user [user]\n",
17printf " start -> Run the server\n" 17printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n"
18printf " check -> Check the server (according to NODE_ENV)\n" 18printf " start -> Run the server\n"
19printf " upgrade -- [branch] -> Upgrade the application according to the [branch] parameter\n" 19printf " check -> Check the server (according to NODE_ENV)\n"
20printf " test -> Run the tests\n" 20printf " upgrade -- [branch] -> Upgrade the application according to the [branch] parameter\n"
21printf " help -> Print this help\n" 21printf " test -> Run the tests\n"
22printf " help -> Print this help\n"