aboutsummaryrefslogtreecommitdiff
path: root/bdep/init.cli
AgeCommit message (Collapse)AuthorFilesLines
2023-06-29Add --sys-sudo options for sync and init commandsKaren Arutyunov1-0/+9
2023-06-27Add --sys-* options for sync and init commandsKaren Arutyunov1-0/+34
2022-07-20Fail if no module specified for being created configurationKaren Arutyunov1-1/+1
2021-09-06Add argument grouping support for dependencies in bdep-{sync,init}Boris Kolpackov1-1/+13
2021-08-05Add support for automatic creation of configurations for build-time dependenciesKaren Arutyunov1-0/+12
2021-07-20Add support for configuration type and bdep-config-link sub-commandKaren Arutyunov1-4/+5
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-10-31Document default options files for remaining commandsKaren Arutyunov1-0/+26
2019-10-24Add --no-sync option to bdep-initBoris Kolpackov1-0/+7
This allows postponing initialization in the build configurations to a later explicit bdep-sync. One subtle difference with such an explicit sync is that it will be performed without having the project database open, which can be important if our initialization triggers an implicit sync (via a hook) of a project that uses the same database (as is the case with build system module projects).
2019-06-17Allow specifying pkg-args in bdep-init -A and -C formsKaren Arutyunov1-2/+9
2019-06-14Make bdep-{new,init,config-create} synopsis more preciseBoris Kolpackov1-1/+1
2019-06-04Add --existing|-e option to bdep-{init,new} -C and bdep-config create modesBoris Kolpackov1-2/+2
With this option bdep initializes a bpkg configuration based on an existing build system configuration instead of creating a new one.
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-10Implement test, update, and clean commandsBoris Kolpackov1-0/+1
2018-05-10Support passing additional arguments to pkg-build in sync, init, newBoris Kolpackov1-1/+2
2018-05-07Proofreading changesBoris Kolpackov1-3/+3
2018-04-26Add support for forwarded configurationsBoris Kolpackov1-15/+1
2018-03-28Fix typo in documentationBoris Kolpackov1-1/+1
2018-03-24Implement --config-create|-C in init and newBoris Kolpackov1-2/+2
2018-03-24Document init, add --[no]-defaultBoris Kolpackov1-17/+111
2018-03-20Documentation workBoris Kolpackov1-3/+3
2018-03-15Implement status commandBoris Kolpackov1-3/+3
2018-03-14Implement --fetch|-f and --fetch-full|-F in sync commandBoris Kolpackov1-4/+4
2018-03-14Implement fetch commandBoris Kolpackov1-1/+1
2018-03-13Setup command line infrastructure for new commandBoris Kolpackov1-1/+1
2018-03-12Initial sync implementationBoris Kolpackov1-1/+1
2018-03-08Setup project database infrastructureBoris Kolpackov1-2/+2
2018-03-08Handle command line project/packages discoveryBoris Kolpackov1-0/+17
2018-03-07Setup compilation, command line handlingBoris Kolpackov1-3/+3
2018-03-07Command line interface adjustmentBoris Kolpackov1-3/+4
2018-03-05Command line interface synopsis sketches for init and config commandsBoris Kolpackov1-4/+38
2018-03-01Setup documentation infrastructureBoris Kolpackov1-0/+29