aboutsummaryrefslogtreecommitdiff
path: root/doc/cli.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-02-21Initial work on pkg-bindist command and Debian implementationBoris Kolpackov1-4/+4
2022-12-05Use curl instead of wget as default fetch programBoris Kolpackov1-2/+5
We used to prefer wget 1.16 because it has --show-progress which results in nicer progress. But experience shows that wget is quite unreliable plus with bdep always using curl, it would be strange to use both curl and wget (and expecting the user to setup proxy, authentication, etc., for both). Also add internal --curl* options to be used by bdep.
2022-07-29Change version to 0.16.0-a.0.zBoris Kolpackov1-1/+1
2022-07-28Release version 0.15.0v0.15.0Boris Kolpackov1-1/+1
2021-11-09Pass --ascii-tree CLI option when generating embedded usage and man pagesBoris Kolpackov1-1/+4
2021-10-20Change to version 0.15.0-a.0.zBoris Kolpackov1-1/+1
2021-10-16Release version 0.14.0v0.14.0Boris Kolpackov1-1/+1
2021-08-13Add support for cfg-unlinkKaren Arutyunov1-1/+1
2021-07-20Add support for cfg-infoKaren Arutyunov1-5/+5
2021-07-09Add support for linked configurationsKaren Arutyunov1-1/+1
2020-07-21Change to version 0.14.0-a.0.zBoris Kolpackov1-1/+1
2020-07-18Release version 0.13.0v0.13.0Boris Kolpackov1-1/+1
2020-02-19Fix copyright notice extraction for building and documentation generatingKaren Arutyunov1-1/+1
2020-02-18New LICENSE/AUTHORS arrangementKaren Arutyunov1-1/+1
2020-02-07Add copyright variable substitution to doc/cli.shKaren Arutyunov1-8/+24
2019-11-21Change version to 0.13.0-a.0.zBoris Kolpackov1-1/+1
2019-11-19Release version 0.12.0v0.12.0Boris Kolpackov1-1/+1
2019-10-31Document default options files for commandsKaren Arutyunov1-2/+3
2019-10-15Add missing man pages to doc/buildfileBoris Kolpackov1-0/+2
2019-06-24Improve fallback tree output with ·Boris Kolpackov1-1/+1
2019-06-11Change version to 0.12.0-a.0.zBoris Kolpackov1-1/+1
2019-06-08Release version 0.11.0v0.11.0Boris Kolpackov1-1/+1
2019-05-07Convert UTF-8 tree characters to ASCII when producing PS from XHTML in ↵Karen Arutyunov1-2/+13
doc/cli.sh
2019-03-23Cleanup some files replacing tabs with spacesKaren Arutyunov1-2/+2
2019-03-20Change version to 0.11.0-a.0.zBoris Kolpackov1-1/+1
2019-03-18Release version 0.10.0v0.10.0Boris Kolpackov1-1/+1
2019-02-21Change version to 0.10.0-a.0.zBoris Kolpackov1-1/+1
2019-02-19Release version 0.9.0v0.9.0Boris Kolpackov1-1/+1
2018-09-12Bump version to 0.9.0-a.0.z, master is open for businessBoris Kolpackov1-1/+1
2018-09-11Bump version to 0.8.0v0.8.0Boris Kolpackov1-1/+1
2018-05-31Bump version to 0.8.0-a.0.z, master is open for businessBoris Kolpackov1-1/+1
2018-05-29Bump version to 0.7.0Boris Kolpackov1-1/+1
2018-05-26Add bpkg-argument-grouping(1) help topicBoris Kolpackov1-1/+2
2018-05-23Update documentationBoris Kolpackov1-1/+2
2018-05-05Factor repository types documentation into bpkg-repository-types(1)Boris Kolpackov1-1/+1
2018-05-02Document default and excluding git ref filtersBoris Kolpackov1-1/+3
2018-04-19Add support for package-specific options in pkg-buildBoris Kolpackov1-1/+3
2018-04-18Minor doc infra changeBoris Kolpackov1-1/+1
2018-02-26Document new rep-list and rep-remove, update rep-add and rep-fetchBoris Kolpackov1-2/+2
2018-02-21Add support for pkg-checkoutKaren Arutyunov1-3/+3
2018-02-13Document packages and repositories files for git repositoriesBoris Kolpackov1-2/+5
2017-08-08Bump version to 0.7.0-a.0.z, master is open for businessBoris Kolpackov1-1/+1
2017-08-07Bump version to 0.6.0Boris Kolpackov1-1/+1
2017-05-05Bump version to 0.6.0-a.0.z, master is open for businessBoris Kolpackov1-1/+1
2017-05-03Bump version to 0.5.00.5.0Boris Kolpackov1-2/+2
2017-01-05Update copyright yearBoris Kolpackov1-2/+2
2016-10-20Fix version handling in doc/cli.shBoris Kolpackov1-1/+3
2016-09-05Bump version to 0.4.0 (final)Boris Kolpackov1-1/+1
2016-06-20Add stub for repository-signing help topicBoris Kolpackov1-1/+2
2016-06-18Rename cfg-{add,fetch} to rep-{add,fetch} (aliases stay same)Boris Kolpackov1-3/+3
The rationale: we now need the 'add' command for certificates (i.e., add a trusted certificate to the configuration). In the old naming scheme we would have to call it cfg-add which is already taken. In the new scheme we will call it crt-add.