summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
2021-11-19Update Copyright string to 2020-2022Matthias Beyer
2021-11-11Add support for timeout in source download subcommandMatthias Beyer
2021-09-30Fix CLI about text for "source download" subcommandMatthias Beyer
2021-09-16Add CLI parameters for tree-of subcommand to add condition-checking dataMatthias Beyer
2021-09-09Merge branch 'rewrite-find-artifact'Matthias Beyer
2021-09-09Add --image flag to "db submits" command for filtering for a specific imageMatthias Beyer
2021-09-06Add CLI option to call find-artifacts subcommand with filter for imageMatthias Beyer
2021-08-25Fix: do not require --commit flag in submits subcommandMatthias Beyer
2021-08-17Merge branch 'submits-for-commit'Matthias Beyer
2021-08-17Merge branch 'verify-multi'Matthias Beyer
2021-08-17Add option to get submits for a specific commitMatthias Beyer
2021-08-16Add option to verify packages by name regexMatthias Beyer
2021-08-16Add option to download packages by name regexMatthias Beyer
2021-07-27Merge branch 'endpoint-images'Matthias Beyer
2021-07-21Fix: Remove indention from after_help() textMatthias Beyer
2021-06-23Add CLI spec for "endpoint images" subcommandMatthias Beyer
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