aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/help.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-30 11:22:04 +0200
committerChocobozzz <me@florianbigard.com>2018-05-30 11:22:04 +0200
commit7491e2c54cd6543f70fe139d6bb3752441a07208 (patch)
tree0e28b464eb4e0a7a07987f982fd233ab11071564 /scripts/help.sh
parent04bf312cdac0fe601864c19bdbd4f24c73ae08ae (diff)
downloadPeerTube-7491e2c54cd6543f70fe139d6bb3752441a07208.tar.gz
PeerTube-7491e2c54cd6543f70fe139d6bb3752441a07208.tar.zst
PeerTube-7491e2c54cd6543f70fe139d6bb3752441a07208.zip
Add missing scripts in npm run help
Diffstat (limited to 'scripts/help.sh')
-rwxr-xr-xscripts/help.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/help.sh b/scripts/help.sh
index 318bc63f5..8ac090139 100755
--- a/scripts/help.sh
+++ b/scripts/help.sh
@@ -15,6 +15,9 @@ printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads,
15printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" 15printf " danger:clean:modules -> /!\ Clean node and typescript modules\n"
16printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" 16printf " play -> Run 3 fresh nodes so that you can test the communication between them\n"
17printf " reset-password -- -u [user] -> Reset the password of user [user]\n" 17printf " reset-password -- -u [user] -> Reset the password of user [user]\n"
18printf " create-transcoding-job -- -v [video UUID] \n"
19printf " -> Create a transcoding job for a particular video\n"
20printf " prune-storage -> Delete (after confirmation) unknown video files/thumbnails/previews... (due to a bad video deletion, transcoding job not finished...)\n"
18printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n" 21printf " dev -> Watch, run the livereload and run the server so that you can develop the application\n"
19printf " start -> Run the server\n" 22printf " start -> Run the server\n"
20printf " update-host -> Upgrade scheme/host in torrent files according to the webserver configuration (config/ folder)\n" 23printf " update-host -> Upgrade scheme/host in torrent files according to the webserver configuration (config/ folder)\n"