summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
2021-01-18Run `cargo fmt`Matthias Beyer
2021-01-15Fix clippy: constants have by default a `'static` lifetimeMatthias Beyer
2021-01-15Merge branch 'submit-with-pkg'Matthias Beyer
2021-01-14Add ENV filtering for "db jobs" subcommandMatthias Beyer
2021-01-14Add --for-pkg in "db submits" commandMatthias Beyer
2021-01-14Add --with-pkg flag for "db submits" commandMatthias Beyer
2021-01-13Add LICENSE file and license headersMatthias Beyer
2020-12-15Add subcommand to generate CLI completion scriptMatthias Beyer
2020-12-11Add "tree-of" subcommand to print dependency tree of a packageMatthias Beyer
2020-12-11Fix: About message of "lint" subcommandMatthias Beyer
2020-12-11Rename for consistency: deny_images -> denied_imagesMatthias Beyer
2020-12-11Add allowlist featureMatthias Beyer
2020-12-11Add "lint" subcommandMatthias Beyer
2020-12-11Add feature: script lintingMatthias Beyer
2020-12-09Add some more information in the CLI help outputMatthias Beyer
2020-12-09Merge branch 'db-job-output-styling' into masterMatthias Beyer
2020-12-09Add support for script output styling in "db job" subcommandMatthias Beyer
2020-12-09Move script output modification argument construction into helper functionsMatthias Beyer
2020-12-09Fix: Missing CLI definitionMatthias Beyer
2020-12-08Add --all flag in find-pkg implementationMatthias Beyer
2020-12-08Support --dependency-type in find-pkg subcommandMatthias Beyer
2020-12-08Add script highlighting in find-pkg implementationMatthias Beyer
2020-12-08Enhance find-pkg subcommand to take more flags for printing package informationMatthias Beyer
2020-12-08Rewrite find-pkg filtering to support optional package version constraintsMatthias Beyer
2020-12-07Implement shebang overwritingMatthias Beyer
2020-12-07Merge branch 'cleanup' into masterMatthias Beyer
2020-12-07Fix: package version constraint is required by the implementationMatthias Beyer
2020-12-07Reimplement env_pass_validator() using pom, add testsMatthias Beyer
2020-12-03Implement release subcommandMatthias Beyer
2020-12-03Add limiting of artifacts from db by job uuidMatthias Beyer
2020-12-03Add hash verification before starting build (skip via CLI flag)Matthias Beyer
2020-12-03Remove the idea of "system dependencies"Matthias Beyer
2020-11-26Update dependency: clap: 3.0.0-beta.1 -> 3.0.0-beta.2Matthias Beyer
2020-11-16Show environment variables when showing job from DBMatthias Beyer
2020-11-14Implement on-disk logsMatthias Beyer
2020-11-13Change from hiding the log via flag to showing the log via flagMatthias Beyer
2020-11-13Add flag to disable highlighting for one run in CLIMatthias Beyer
2020-11-13Add flag to show script, highlighted automaticallyMatthias Beyer
2020-11-13Add flag to hide logMatthias Beyer
2020-11-13Add command to show a single job from the databaseMatthias Beyer
2020-11-13Add flag to only show jobs of one specific submitMatthias Beyer
2020-11-13Add subcommand: db jobs - to list jobsMatthias Beyer
2020-11-13Add subcommand: db submits - for listing submitsMatthias Beyer
2020-11-11Add subcommand "source download"Matthias Beyer
2020-11-11Add optional version filtering for "source" subcommandsMatthias Beyer
2020-11-11Add "source url" subcommandMatthias Beyer
2020-11-11Add "source list-missing" subcommandMatthias Beyer
2020-11-11Move to have "source" subcommandMatthias Beyer
2020-11-11Add command: verify-sourcesMatthias Beyer
2020-11-11Fix: Remove doubled CLI interface definitionMatthias Beyer