summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/cli.py
Commit message (Expand)AuthorAgeFilesLines
* Add --remote, -r option to bst build, inline with pull & pushTom Pollard2019-02-051-3/+6
* BREAK:remove unconditional 'are you sure?' promptsAngelos Evripiotis2019-01-291-10/+0
* Download buildtrees on demand for bst shell --use-buildtreetpollard/829Tom Pollard2019-01-281-14/+26
* _frontend/cli.py: Ignore junctions in default targets where appropriateJürg Billeter2019-01-241-2/+17
* _project.py: Add get_default_target() and get_default_targets() methodsJürg Billeter2019-01-241-25/+68
* _frontend/cli.py: Guess element also for bst build --allJürg Billeter2019-01-241-1/+1
* cli.py: Add an obsoletion note to our deprecated commands.James Ennis2019-01-221-5/+5
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-221-61/+27
* cli: Add artifact checkout subcommandJames Ennis2019-01-221-0/+69
* Move push and pull to the new artifact subcommand groupJames Ennis2019-01-221-72/+106
* cli.py: add a hint about '--' to 'bst shell' helpAngelos Evripiotis2019-01-181-0/+6
* _frontend/cli.py: Also check original args for --config in bash completionJürg Billeter2019-01-141-7/+20
* _frontend/cli.py: Reinstate support for guessing targetsjuerg/source-guess-targetJürg Billeter2019-01-041-0/+10
* _frontend/cli.py: Fixing new (unnecessary-pass) linter errorsTristan Van Berkom2018-12-261-3/+0
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-191-2/+25
* Introduce new "source" command groupChandan Singh2018-12-141-102/+153
* cli: Add artifact log commandRichard Maw2018-12-121-0/+59
* cli: Add artifact command groupRichard Maw2018-12-121-0/+42
* cli: Add support for auto-completing artifact ref namesRichard Maw2018-12-121-7/+26
* Remove source bundle commandPhil Dawson2018-12-121-31/+0
* Add option to source-checkout command to generate build scriptsPhil Dawson2018-12-121-4/+6
* Add --force / -f option to source-checkout commandPhil Dawson2018-12-121-1/+4
* Add --tar option to source-checkout commandPhil Dawson2018-12-121-2/+6
* Make specifying elements optional in bst commandsJonathan Maw2018-12-111-13/+85
* cli: Interactively warn if the user is trying to close the workspace they're ...Jonathan Maw2018-12-111-1/+9
* cli.py: Use utils' search upwards helper when searching for project.confJonathan Maw2018-12-111-11/+2
* Refactor and simplify _prepare_sandbox for elementsBenjamin Schubert2018-12-031-1/+9
* Add `--deps build` option to `bst checkout`Chandan Singh2018-12-031-1/+1
* cli.py: no autocomplete on files without .bstPhillip Smyth2018-11-301-1/+5
* _stream.py: Ability to pull missing buildtrees outside of pull/buildTom Pollard2018-11-301-0/+4
* Workspace CLI updateWilliam Salmon2018-11-211-17/+9
* Add prompt.workspace-... optionsAngelos Evripiotis2018-11-201-2/+2
* Add `bst source-checkout` commandChandan Singh2018-11-191-0/+27
* Add cli main and user config option for 'pull-buildtrees' context.Tom Pollard2018-11-171-0/+2
* Fix spelling of it's and itsRichard Dale2018-10-161-1/+1
* Set default mirror via command-line or user configJonathan Maw2018-07-271-0/+2
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkoutTiago Gomes2018-07-201-7/+17
* source-bundle: Enable --except optionfranred/fix-except-argument-in-source-bundleFrancisco Redondo Marchena2018-07-191-1/+2
* _frontend/cli.py: Fix help text for `bst checkout --deps`Jürg Billeter2018-07-171-1/+1
* buildstream/_frontend/cli.py: Added a `--deps` flag to `bst checkout`Phillip Smyth2018-07-171-1/+5
* Only redirect elements for workspace and track operationsPRE_CAS_MERGE_JULY_2018Jonathan Maw2018-07-161-0/+4
* cli.py: Make buildstream check element paths instead of clickTristan Maat2018-06-291-18/+18
* Handle cross junction elements in workspaces.Valentin David2018-06-081-2/+2
* _frontend/cli.py: Allow specifying commands in `bst help`Tristan Van Berkom2018-06-071-9/+62
* Implement bst helpEd Baunton2018-06-071-3/+15
* Make `bst help` workEd Baunton2018-06-071-0/+4
* _frontend/cli.py: Try to autocomplete element paths when running from a subdi...Chandan Singh2018-06-061-1/+17
* Redirect elements when performing tracking and workspace commandsJonathan Maw2018-05-171-9/+5
* _frontend: Notify failures when on linuxtristan/platform-appTristan Van Berkom2018-05-171-1/+1
* _frontend/cli.py: Remove bst show --downloadable optionJürg Billeter2018-05-111-5/+2