aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/peertube-get-access-token.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-02-15 16:30:33 +0100
committerChocobozzz <me@florianbigard.com>2023-02-15 16:30:33 +0100
commit1a73a7dcd0d38bebbb2cf7067851fc91b8b7f0d3 (patch)
tree8689f5121ea0ac09c9181a967083c48e6acc822d /server/tools/peertube-get-access-token.ts
parent1ec4835dcac769d0711bbfeaa63b4e1743fde265 (diff)
downloadPeerTube-1a73a7dcd0d38bebbb2cf7067851fc91b8b7f0d3.tar.gz
PeerTube-1a73a7dcd0d38bebbb2cf7067851fc91b8b7f0d3.tar.zst
PeerTube-1a73a7dcd0d38bebbb2cf7067851fc91b8b7f0d3.zip
Move cli.ts in a private shared directory
It's only used by cli scripts of this directory
Diffstat (limited to 'server/tools/peertube-get-access-token.ts')
-rw-r--r--server/tools/peertube-get-access-token.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/peertube-get-access-token.ts b/server/tools/peertube-get-access-token.ts
index d59a3632e..71a4826e8 100644
--- a/server/tools/peertube-get-access-token.ts
+++ b/server/tools/peertube-get-access-token.ts
@@ -1,5 +1,5 @@
1import { program } from 'commander' 1import { program } from 'commander'
2import { assignToken, buildServer } from './cli' 2import { assignToken, buildServer } from './shared'
3 3
4program 4program
5 .option('-u, --url <url>', 'Server url') 5 .option('-u, --url <url>', 'Server url')