]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/peertube.ts
Add redundancy CLI
[github/Chocobozzz/PeerTube.git] / server / tools / peertube.ts
index fc85c421097c17056695fcda67cbce9d23e9a376..9883bbf05b9c4827d6f59374dccd87a1e4043cf0 100644 (file)
@@ -22,6 +22,7 @@ program
   .command('watch', 'watch a video in the terminal ✩°。⋆').alias('w')
   .command('repl', 'initiate a REPL to access internals')
   .command('plugins [action]', 'manage instance plugins/themes').alias('p')
+  .command('redundancy [action]', 'manage instance redundancies').alias('r')
 
 /* Not Yet Implemented */
 program