summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
2021-06-07Add flag to filter releases by packageMatthias Beyer
2021-06-07Revert "Add support for filtering releases by package name and version"Matthias Beyer
2021-06-07Add flag to filter releases by storeMatthias Beyer
2021-06-07Add package filtering for "db jobs" subcommandMatthias Beyer
2021-06-07Add endpoint filtering in "db jobs" subcommandMatthias Beyer
2021-06-07Add date-filtering to "db jobs" subcommandMatthias Beyer
2021-06-02Add support for filtering releases by package name and versionMatthias Beyer
2021-06-02Remove conflict between newer-than and older-than argumentMatthias Beyer
2021-06-02Try to parse time with " 00:00:00" appendedMatthias Beyer
2021-06-02Subcommand "db releases" add date filterMatthias Beyer
2021-06-02Add ability to specify point in time in date filter argumentMatthias Beyer
2021-06-02Fix: About string should be settable for argument generator helper fnMatthias Beyer
2021-05-18Make normal about message more consise, detailed about in long messageMatthias Beyer
2021-05-18Remove angle brackets for readability and consistencyMatthias Beyer
2021-05-18Remove unnecessary linebreakMatthias Beyer
2021-05-18Move detailed about text to long aboutMatthias Beyer
2021-05-17Fix typo in help messageMatthias Beyer
2021-05-17Add "db setup" subcommandMatthias Beyer
2021-05-17Merge branch 'no-pager'Matthias Beyer
2021-05-12Fix: Helptext is for downloadingMatthias Beyer
2021-05-12Fix typoMatthias Beyer
2021-05-12Remove the pager env variables from CLI helptextMatthias Beyer
2021-05-11Refactor: Use human readable time formatMatthias Beyer
2021-05-11Refactor: Construct common arguments with helper functionsMatthias Beyer
2021-05-11Add subcommand: endpoint containers stopMatthias Beyer
2021-05-11Add subcommand to get top output of containersMatthias Beyer
2021-05-11Merge branch 'db-log-of'Matthias Beyer
2021-05-10Add help text about environment functionsMatthias Beyer
2021-05-10Add subcommand "db log-of"Matthias Beyer
2021-04-26Add support for database connection timeoutMatthias Beyer
2021-04-22Merge branch 'submits-limit'Matthias Beyer
2021-04-22Merge branch 'subcommand-submit'Matthias Beyer
2021-04-22Add --limit argMatthias Beyer
2021-04-22Implement "db submit" subcommandMatthias Beyer
2021-04-21Add option to disable printing of released file pathesMatthias Beyer
2021-04-13Fix: Value nameChristoph Prokop
2021-04-09Merge branch 'subcommand-db-jobs-simplification'Matthias Beyer
2021-04-09Add --limit option to "db jobs"Matthias Beyer
2021-04-08Add subcommand to get path to source fileMatthias Beyer
2021-03-11Add missing about message for release subcommandMatthias Beyer
2021-03-10Merge branch 'subcommand-endpoint'Matthias Beyer
2021-03-10Add command to get metricsMatthias Beyer
2021-03-10Add subcommand: container inspectMatthias Beyer
2021-03-10Add long_about for container exec subcommandMatthias Beyer
2021-03-08Add "containers prune" subcommandMatthias Beyer
2021-03-07Implement container exec subcommandMatthias Beyer
2021-03-07Add container CLI interfaceMatthias Beyer
2021-03-07Add filters for listing containers on endpointsMatthias Beyer
2021-03-07Add subcommand "endpoint container list" for listing containersMatthias Beyer
2021-03-07Add "endpoint stats" subcommandMatthias Beyer