diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-05 10:50:20 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-05 10:51:32 +0200 |
commit | a0e69167ae43ffbe088b2e9e436bf2624a4a1b4e (patch) | |
tree | 81f0e61560b4991e16141a4dc7359dbb99f12750 /scripts/help.sh | |
parent | 36d9a79f7be85406489491670bda5284fa897d02 (diff) | |
download | PeerTube-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-x | scripts/help.sh | 5 |
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" | |||
9 | printf " build:client -> Build the client for production\n" | 9 | printf " build:client -> Build the client for production\n" |
10 | printf " clean:client -> Clean the client build files (dist directory)\n" | 10 | printf " clean:client -> Clean the client build files (dist directory)\n" |
11 | printf " clean:server:test -> Clean logs, uploads, database... of the test instances\n" | 11 | printf " clean:server:test -> Clean logs, uploads, database... of the test instances\n" |
12 | printf " watch:client -> Watch and compile on the fly the client files\n" | ||
13 | printf " danger:clean:dev -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified in the development environment\n" | ||
14 | printf " danger:clean:prod -> /!\ Clean certificates, logs, uploads, thumbnails, torrents and database specified by the production environment\n" | ||
15 | printf " danger:clean:modules -> /!\ Clean node and typescript modules\n" | ||
16 | printf " play -> Run 3 fresh nodes so that you can test the communication between them\n" | ||
17 | printf " reset-password -- -u [user] -> Reset the password of user [user]\n" | 12 | printf " reset-password -- -u [user] -> Reset the password of user [user]\n" |
18 | printf " create-transcoding-job -- -v [video UUID] \n" | 13 | printf " create-transcoding-job -- -v [video UUID] \n" |
19 | printf " -> Create a transcoding job for a particular video\n" | 14 | printf " -> Create a transcoding job for a particular video\n" |