diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-13 21:45:23 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-13 21:45:23 +0200 |
commit | 82221ac920ad2e6bafc742a09fa1636899d4173e (patch) | |
tree | 4c7928dd457d9e3b223bd2835ae0d23cd3c87d41 /scripts/help.sh | |
parent | 0b10407e465d639cd141fe8821a8504a0b7b83fb (diff) | |
download | PeerTube-82221ac920ad2e6bafc742a09fa1636899d4173e.tar.gz PeerTube-82221ac920ad2e6bafc742a09fa1636899d4173e.tar.zst PeerTube-82221ac920ad2e6bafc742a09fa1636899d4173e.zip |
Update clean script
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 a2c8e4df0..6e124c276 100755 --- a/scripts/help.sh +++ b/scripts/help.sh | |||
@@ -9,7 +9,8 @@ printf " clean -> Clean the application\n" | |||
9 | printf " clean:client -> Clean the client build files (dist directory)\n" | 9 | printf " clean:client -> Clean the client build files (dist directory)\n" |
10 | 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" |
11 | printf " watch:client -> Watch the client files\n" | 11 | printf " watch:client -> Watch the client files\n" |
12 | printf " danger:clean:server -> /!\ Clean certificates, logs, uploads and database\n" | 12 | printf " danger:clean:dev -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified in the development environment\n" |
13 | printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified by the production environment\n" | ||
13 | printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" | 14 | printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" |
14 | 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" |
15 | printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" | 16 | printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" |