diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-15 16:30:33 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-15 16:30:33 +0100 |
commit | 1a73a7dcd0d38bebbb2cf7067851fc91b8b7f0d3 (patch) | |
tree | 8689f5121ea0ac09c9181a967083c48e6acc822d /server/tools/peertube-auth.ts | |
parent | 1ec4835dcac769d0711bbfeaa63b4e1743fde265 (diff) | |
download | PeerTube-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-auth.ts')
-rw-r--r-- | server/tools/peertube-auth.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/peertube-auth.ts b/server/tools/peertube-auth.ts index 051156d66..c853469c2 100644 --- a/server/tools/peertube-auth.ts +++ b/server/tools/peertube-auth.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import CliTable3 from 'cli-table3' | 1 | import CliTable3 from 'cli-table3' |
2 | import { OptionValues, program } from 'commander' | 2 | import { OptionValues, program } from 'commander' |
3 | import { isUserUsernameValid } from '../helpers/custom-validators/users' | 3 | import { isUserUsernameValid } from '../helpers/custom-validators/users' |
4 | import { assignToken, buildServer, getNetrc, getSettings, writeSettings } from './cli' | 4 | import { assignToken, buildServer, getNetrc, getSettings, writeSettings } from './shared' |
5 | 5 | ||
6 | import prompt = require('prompt') | 6 | import prompt = require('prompt') |
7 | 7 | ||