summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
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
2021-03-07Add subcommand "endpoint <ENDPOINT> ping"Matthias Beyer
2021-03-04Add version for each subcommandMatthias Beyer
2021-03-01Merge branch 'remove-release-rm-artifact'Matthias Beyer
2021-03-01Fix: Remove idea to be able to remove an artifact by its filepathMatthias Beyer
2021-03-01Add flag to be able to update without confirmation promptMatthias Beyer
2021-03-01Add release update functionalityMatthias Beyer
2021-03-01Implement "db releases" subcommandMatthias Beyer
2021-03-01Implement "release rm" subcommandMatthias Beyer
2021-02-25Multiple release storesMatthias Beyer
2021-02-15Revert "Add output limit, default 50"Matthias Beyer
2021-02-11Add output limit, default 50Matthias Beyer
2021-02-11Implement find-artifact subcommandMatthias Beyer
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