WIP plugins: move plugin CLI in peertube script

Install/uninstall/list plugins remotely
This commit is contained in:
Chocobozzz
2019-07-11 17:23:24 +02:00
committed by Chocobozzz
parent dba85a1e9e
commit 8d2be0ed7b
26 changed files with 452 additions and 191 deletions

View File

@@ -11,6 +11,7 @@ export * from './server/follows'
export * from './requests/requests'
export * from './requests/check-api-params'
export * from './server/servers'
export * from './server/plugins'
export * from './videos/services'
export * from './videos/video-playlists'
export * from './users/users'