aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/help.sh
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-05 10:50:20 +0200
committerChocobozzz <me@florianbigard.com>2021-05-05 10:51:32 +0200
commita0e69167ae43ffbe088b2e9e436bf2624a4a1b4e (patch)
tree81f0e61560b4991e16141a4dc7359dbb99f12750 /scripts/help.sh
parent36d9a79f7be85406489491670bda5284fa897d02 (diff)
downloadPeerTube-a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e.tar.gz
PeerTube-a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e.tar.zst
PeerTube-a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e.zip
Remove scripty
It breaks our tests with the latest npm release
Diffstat (limited to 'scripts/help.sh')
-rwxr-xr-xscripts/help.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/help.sh b/scripts/help.sh
index bc38bdb40..da127092d 100755
--- a/scripts/help.sh
+++ b/scripts/help.sh
@@ -9,11 +9,6 @@ printf " build:server -> Build the server for production\n"
9printf " build:client -> Build the client for production\n" 9printf " build:client -> Build the client for production\n"
10printf " clean:client -> Clean the client build files (dist directory)\n" 10printf " clean:client -> Clean the client build files (dist directory)\n"
11printf " clean:server:test -> Clean logs, uploads, database... of the test instances\n" 11printf " clean:server:test -> Clean logs, uploads, database... of the test instances\n"
12printf " watch:client -> Watch and compile on the fly the client files\n"
13printf " danger:clean:dev -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified in the development environment\n"
14printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified by the production environment\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"
17printf " reset-password -- -u [user] -> Reset the password of user [user]\n" 12printf " reset-password -- -u [user] -> Reset the password of user [user]\n"
18printf " create-transcoding-job -- -v [video UUID] \n" 13printf " create-transcoding-job -- -v [video UUID] \n"
19printf " -> Create a transcoding job for a particular video\n" 14printf " -> Create a transcoding job for a particular video\n"