summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend/cli.py
Commit message (Expand)AuthorAgeFilesLines
* _frontend/cli: Unify choices for --deps optionchandan/cli-depsChandan Singh2020-04-301-9/+78
* Remove bst shell --sysrootJürg Billeter2020-04-251-13/+1
* Replace format-version with min-versionTristan Van Berkom2020-04-251-8/+17
* _frontend/cli.py: Fix formatting for `bst show` help textChandan Singh2020-03-041-6/+5
* _frontend/cli.py: Make show() --use-buildtree respect pull semanticsTom Pollard2020-01-211-23/+62
* _frontend/widget.py: show_pipeline() Don't show buildable for junctionTom Pollard2020-01-091-1/+1
* Make PipelineSelection a proper enum typeTristan Maat2020-01-081-36/+73
* _stream.py: Remove dead code and comments about trackingBenjamin Schubert2019-11-251-13/+4
* Remove all `--track` optionsTristan Maat2019-11-221-32/+4
* Improve help message for workspace soft-resetDarius Makovsky2019-11-191-1/+5
* Reformat code using BlackChandan Singh2019-11-141-401/+542
* _frontend: Simplify color handlingChandan Singh2019-11-121-1/+4
* frontend: Remove tracking options from `bst build`Chandan Singh2019-11-041-29/+1
* cli: BST_FORCE_START_METHOD only sets if necessaryAngelos Evripiotis2019-10-181-10/+39
* cli.py: no fcntl on WindowsAngelos Evripiotis2019-10-081-9/+18
* Do not check for casd in bash completionTristan Maat2019-10-021-1/+1
* _stream.py: Load the appropriate PipelineSelection in checkoutJames Ennis2019-09-131-4/+1
* cli.py: Allow checkout to handle --deps allJames Ennis2019-09-131-2/+2
* cli.py: Add --compression option to source checkoutJames Ennis2019-09-121-1/+9
* cli.py: Make source checkout more consistent with artifact checkoutJames Ennis2019-09-121-12/+15
* cli.py: Fix typo in source checkout's doc stringJames Ennis2019-09-121-1/+1
* _context.py: Add 'dependencies' option to 'build' user configRaoul Hidalgo Charman2019-09-121-1/+4
* cli.py: remove superfluous kwargs for flagsDarius Makovsky2019-09-091-38/+38
* Address no-else-raise pylint warningJames Ennis2019-09-061-3/+2
* cli.py: Allow checkout to handle artifact refsJames Ennis2019-09-051-8/+8
* cli.py: Clean up dependency scope handling in checkoutJames Ennis2019-09-051-8/+2
* cli.py: Allow pull to handle artifact refsJames Ennis2019-09-051-5/+5
* cli.py: Allow push to handle artifact refsJames Ennis2019-09-051-5/+5
* Add initial mypy configuration and typesChandan Singh2019-09-021-1/+3
* cli.py: Use Click's show_default for defaults in help textTom Mewett2019-09-021-35/+35
* Addition of --long option to list-contents:becky/list_contents_long_optionRebecca Grayson2019-09-021-3/+9
* Addition of --out option to bst artifact log:becky/artifact_log_file_optionRebecca Grayson2019-08-291-8/+35
* frontend: Remove build --all flag in favour of --deps all/plantmewett/build-deps-cliTom Mewett2019-08-281-4/+11
* cli.py: Introduce bst artifact showJames Ennis2019-08-271-0/+17
* cli.py: Implement --deps for artifact deleteJames Ennis2019-08-271-2/+5
* cli.py: Rewrite artifact log help text & move up to main subcommandTom Mewett2019-08-221-36/+27
* Remove support for pruning CAS cacheJürg Billeter2019-08-201-4/+2
* _frontend/app.py: shell_prompt() explicit name/key instead of ElementTom Pollard2019-08-191-1/+4
* _frontend/cli: support 'BST_FORCE_START_METHOD'Angelos Evripiotis2019-08-161-0/+13
* Addition of bst artifact list-contents:Rebecca Grayson2019-08-161-0/+19
* Frontend: Fix bst artifact logJames Ennis2019-08-091-19/+7
* cli.py: Require artifact file contents to be present for `bst show`Jürg Billeter2019-08-081-3/+0
* context: Move 'CacheBuildTrees' to a FastEnumBenjamin Schubert2019-07-291-2/+2
* context: Move scheduler actions to an EnumBenjamin Schubert2019-07-291-1/+16
* Bst artifact subcommands take artifact ref names.Rebecca Grayson2019-07-261-1/+1
* Allowing tar files to be compressedbecky/tar_compressionRebecca Grayson2019-07-161-17/+31
* cli.py: change is/is not None checksRebecca Grayson2019-07-161-2/+6
* cli.py: Use Context as context managerJürg Billeter2019-07-161-23/+23
* Checkout to default dir if no tar or directory:Rebecca Grayson2019-07-161-5/+6
* _frontend: Added toplevel `--max-jobs` configurationTristan Van Berkom2019-07-161-0/+2