Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update CLI dependencies | Chocobozzz | 2020-04-02 | 1 | -27/+12 |
| | |||||
* | Fix CLI tools typings | Chocobozzz | 2020-04-01 | 1 | -3/+3 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -21/+21 |
| | |||||
* | Optimize peertube script | Chocobozzz | 2020-01-28 | 1 | -1/+2 |
| | |||||
* | Add redundancy CLI | Chocobozzz | 2020-01-28 | 1 | -1/+18 |
| | |||||
* | peertube-import-videos.ts: add --tmpdir, --first, --last and --verbose ↵ | Frank de Lange | 2019-08-26 | 1 | -0/+33 |
| | | | | | | | | | | | | | | | | | | | | [level] parameters (#2045) * peertube-import-videos.ts: add --tmpdir <tmpdir> parameter, used to designate working directory for downloading and converting imported videos * peertube-import-videos.ts: add --first and --last parameters to limit processing of the returned playlist to the first/last N elements * peertube-import-videos.ts: add --verbose [verbosity] parameter, set this from 0 (only errors are reported) to 4 (for trace debugging), default is 2 (info). When --verbose is used without the optional parameter the logging level is set to 3 (debug). At level 1 (warn) it will only report on successfully uploaded videos (and/or errors), use this when running peertube-import-videos in a cron job to mirror a channel. * package.json: remove dependency on loglevel cli.ts: add getLogger(loglevel), to be used in CLI tools, add --verbose to set log level peertube-import-videos: use getLogger (from cli) instead of loglevel, add error_exit (log error and exit), move --verbose to cli.ts, etc. * cli.ts: remove superfluous reference to default logging level * peertube-import-videos: exit_error -> exitError | ||||
* | Correctly import tags in CLI | Chocobozzz | 2019-07-29 | 1 | -2/+4 |
| | |||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 1 | -2/+16 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | Fix CLI default boolean values | Chocobozzz | 2019-06-17 | 1 | -3/+10 |
| | |||||
* | Add ability to override CLI import attributes | Chocobozzz | 2019-06-13 | 1 | -3/+66 |
| | |||||
* | Add more CLI tests | Chocobozzz | 2019-06-13 | 1 | -14/+35 |
| | |||||
* | Fix netrc tools | Chocobozzz | 2019-06-11 | 1 | -3/+4 |
| | |||||
* | Fix optional privacy in upload endpoint | Chocobozzz | 2019-04-25 | 1 | -20/+52 |
| | |||||
* | Fix #1328 - application-config initialisation in CLI tools (#1343) | Frank de Lange | 2018-10-24 | 1 | -1/+1 |
| | | | Test for an empty object in `cli.ts` when no config data is present (i.e. when run on a new install). | ||||
* | Fix config endpoint | Chocobozzz | 2018-10-03 | 1 | -2/+1 |
| | |||||
* | show last commit hash alongside server version in footer | Rigel Kent | 2018-10-01 | 1 | -11/+2 |
| | |||||
* | one cli to unite them all | Rigel Kent | 2018-09-14 | 1 | -0/+63 |
Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli |