sergey-ostapenko

Results 4 issues of sergey-ostapenko

Can we add command that will build last commit in current branch? Like one of the following: ```mbt build last``` ```mbt build commit last``` ```mbt build commit HEAD``` Alternatively we...

enhancement
help wanted

It will be great to add default command handler into mbt configs, with possibility to determine name of command invoked: ``` name: UniversalCommandModule commands: default: cmd: sh args: - "$MBT_REPO_PATH/scripts/$MBT_COMMAND_NAME.sh"...

We currently trying to use mbt to build our monorepo on Windows and we faced few problems: 1. Libgit2 does not work correctly with long paths and it is not...

## Idea It seems reasonable to be able to invoke list of commands like: ```mbt build local --all --command build,collect,release-notes``` This approach allows to re-use information about projects and conditions...

enhancement