summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
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
2020-11-10Merge branch 'db-cli-to-command'Matthias Beyer
2020-11-10Generate staging-dir directory nameMatthias Beyer
2020-11-10Move DB cli interface to proper placeMatthias Beyer
2020-11-09Add CLI option to hide barsMatthias Beyer
2020-11-09Add subcommand: find-pkgMatthias Beyer
2020-11-09Add subcommand: env-ofMatthias Beyer
2020-11-08Move package print format setting from CLI into config fileMatthias Beyer
2020-11-07Implement versions-of <pkg> commandMatthias Beyer
2020-11-06Fix: --release-dir and --staging-dir take value and are optionalMatthias Beyer
2020-11-06Fix: --image parameter takes valueMatthias Beyer
2020-11-03Add DB CLI setupMatthias Beyer
2020-11-03Add CLI override for database settingsMatthias Beyer
2020-11-02Implement depsof subcommandMatthias Beyer
2020-11-02Fix default value format string markupMatthias Beyer
2020-10-29Fix: Rename functions, remove CLI optionMatthias Beyer
2020-10-29Add indoc!() to have less indention in the CLI help textMatthias Beyer
2020-10-29Implement what-depends subcommandMatthias Beyer
2020-10-28Add release/staging directory overwriting in CLIMatthias Beyer
2020-10-28Put everything into a subcommand "build"Matthias Beyer
2020-10-28Add CLI interface for docker image nameMatthias Beyer
2020-10-28Add CLI interface for passing environmentMatthias Beyer
2020-10-14Rename: yabos -> butidoMatthias Beyer
2020-10-12Add (not required) package version in CLIMatthias Beyer
2020-10-12Implement Tree building in main()Matthias Beyer
2020-10-12Add minimal CLI definitionMatthias Beyer