]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Move cli.ts in a private shared directory
authorChocobozzz <me@florianbigard.com>
Wed, 15 Feb 2023 15:30:33 +0000 (16:30 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 15 Feb 2023 15:30:33 +0000 (16:30 +0100)
commit1a73a7dcd0d38bebbb2cf7067851fc91b8b7f0d3
tree8689f5121ea0ac09c9181a967083c48e6acc822d
parent1ec4835dcac769d0711bbfeaa63b4e1743fde265
Move cli.ts in a private shared directory

It's only used by cli scripts of this directory
server/tools/peertube-auth.ts
server/tools/peertube-get-access-token.ts
server/tools/peertube-import-videos.ts
server/tools/peertube-plugins.ts
server/tools/peertube-redundancy.ts
server/tools/peertube-upload.ts
server/tools/peertube.ts
server/tools/shared/cli.ts [moved from server/tools/cli.ts with 97% similarity]
server/tools/shared/index.ts [new file with mode: 0644]