summaryrefslogtreecommitdiff
path: root/src/buildstream/_frontend/cli.py
Commit message (Expand)AuthorAgeFilesLines
* element.py: Hide dependencies which are irrelevant to the ElementTristan van Berkom2020-09-041-2/+2
* _frontend/cli: Add --deps `build` & `run` values for `source track --deps`Chandan Singh2020-08-141-1/+4
* _frontend/cli.py: Fix `artifact checkout` with no argumentsChandan Singh2020-08-111-8/+8
* _yaml.pyx: Make shortname a mandatory argument to _yaml.load()Tristan van Berkom2020-08-101-1/+1
* fix tab-completion: hardcode default min versiondwinship/fix-tab-completionDouglas Winship2020-07-141-13/+1
* Don't strip '.bst' from user-supplied checkout dirDouglas Winship2020-07-101-2/+2
* Add `bst source push` commandJürg Billeter2020-07-061-0/+52
* Completely abolish job pickling.tristan/nuke-pickle-jobberTristan van Berkom2020-06-151-42/+0
* _frontent/cli.py: Removed message to user informing the workspace is closed.Tristan van Berkom2020-06-111-13/+0
* _frontend/cli: Support "build" and "run" values for `artifact push --deps`Chandan Singh2020-05-131-1/+6
* _frontend/cli: Support "build" and "run" values for `artifact pull --deps`Chandan Singh2020-05-131-1/+6
* _frontend/cli: Support "build" and "run" values for `source fetch --deps`Chandan Singh2020-05-131-1/+12
* _frontend/cli: Support "build" value for `bst build --deps`Chandan Singh2020-05-131-1/+4
* 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