summaryrefslogtreecommitdiff
path: root/man/bst-workspace-list.1
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate man pagesJürg Billeter2020-10-271-1/+1
|
* Re-generate man pagesChandan Singh2020-08-141-1/+1
|
* Regenerate man pagesJürg Billeter2020-07-061-1/+1
|
* Regenerate man pageschandan/cli-deps-2Chandan Singh2020-05-131-1/+1
|
* types.py: Add a __str__ to PipelineSelection to fix man pagesbschubert/fix-manpagesBenjamin Schubert2020-04-231-1/+1
| | | | | This ensures that we get as 'default' what the user needs to enter in the command in the manpages
* Regenerate man pages after removal of `--track*` from `bst build`Chandan Singh2019-11-041-1/+1
|
* man: Updated man pages for new `--max-jobs` CLI optionTristan Van Berkom2019-07-161-1/+1
|
* runcli.py: Don't set project to 'None'AlexFazakas2019-07-021-1/+1
| | | | | | | Calling runcli with project set to None results in setting the directory to the string 'None'. Instead, only set it when the given project argument is not None.
* Regenerate man pagesJürg Billeter2019-06-271-1/+1
|
* Update man pages now that bst artifact delete existsJames Ennis2019-03-131-1/+1
|
* Re-generate man pageschandan/depsChandan Singh2019-02-121-1/+1
|
* man: Refresh man pagesChandan Singh2019-01-251-2/+2
| | | | | | | | | | Notable changes: * New `source` and `artifact` command groups * Man pages corresponding to obsolete commands, that were marked as hidden in Click, have now been removed. Fixes #881.
* man: Regenerate all of our man pagesjennis/migrate_pull_push_commandsJames Ennis2019-01-221-2/+2
| | | | | | | | | Due to an upstream click_man issue: https://github.com/click-contrib/click-man/issues/10 generating the man pages with our current setup.py only generates a man page for bst-artifact-server, our first entry point. I then had to remove this entry point from setup.py and regenerate to obtain man pages for the commands in cli.py
* man/: update with changes since Apr 2018Angelos Evripiotis2018-11-301-2/+2
| | | | | | | | | | | | | | | | It seems that the regenerated man pages haven't been committed for some time. Add them all in one lump now. Had to manually strip the version number from the generated files. Had to manually fix the NAME field of bst.1 to not be 'bst - None'. Oddly had to invoke click-man directly in order to get the changes to be applied, the usual setup.py route mentioned in contributing.rst didn't work. Eyeballed the result of invoking man on each of the commands, seems good.
* man: Updated man pages for 1.1.3 releaseTristan Van Berkom2018-04-261-1/+1
|
* man: Regenerating man pages for release1.1.2Tristan Van Berkom2018-03-251-1/+1
| | | | | This needed an update at least for the deprecation of `bst build --track-save`
* man: Updated man pages for the release1.1.1Tristan Van Berkom2018-03-061-1/+1
|
* Regenerating man pages for 1.1.0 dev release1.1.0Tristan Van Berkom2018-02-191-1/+1
|
* Generating man pagesTristan Van Berkom2017-09-101-1/+1
| | | | | Including changes for newly added bst push & pull commands and also some changes to the shell command.
* Updated man pages.Tristan Van Berkom2017-07-271-0/+8
Now includes man pages for workspace commands and also the bst-artifact-receive helper program.