aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-10-19 14:24:35 +0200
committerRigel Kent <sendmemail@rigelk.eu>2018-10-19 14:24:35 +0200
commitc141f68be14193fb92d3f5cfc82cd1e156823c17 (patch)
treecee21605c1401fce5a945f5d63f54661ccf19e86 /server
parent6d8c8ea73a774c3568e6d28a4cbebcf7979d5c2a (diff)
downloadPeerTube-c141f68be14193fb92d3f5cfc82cd1e156823c17.tar.gz
PeerTube-c141f68be14193fb92d3f5cfc82cd1e156823c17.tar.zst
PeerTube-c141f68be14193fb92d3f5cfc82cd1e156823c17.zip
add repl to the cli wrapper, remove extraneous TOC in tools.md
Diffstat (limited to 'server')
-rw-r--r--server/tools/peertube-repl.ts (renamed from server/tools/repl.ts)0
-rwxr-xr-xserver/tools/peertube.ts1
2 files changed, 1 insertions, 0 deletions
diff --git a/server/tools/repl.ts b/server/tools/peertube-repl.ts
index 6800ff8ab..6800ff8ab 100644
--- a/server/tools/repl.ts
+++ b/server/tools/peertube-repl.ts
diff --git a/server/tools/peertube.ts b/server/tools/peertube.ts
index ad76bafb4..c8b9fa744 100755
--- a/server/tools/peertube.ts
+++ b/server/tools/peertube.ts
@@ -17,6 +17,7 @@ program
17 .command('import-videos', 'import a video from a streaming platform').alias('import') 17 .command('import-videos', 'import a video from a streaming platform').alias('import')
18 .command('get-access-token', 'get a peertube access token', { noHelp: true }).alias('token') 18 .command('get-access-token', 'get a peertube access token', { noHelp: true }).alias('token')
19 .command('watch', 'watch a video in the terminal ✩°。⋆').alias('w') 19 .command('watch', 'watch a video in the terminal ✩°。⋆').alias('w')
20 .command('repl', 'initiate a REPL to access internals')
20 21
21/* Not Yet Implemented */ 22/* Not Yet Implemented */
22program 23program