atlassian / bazel-tools

Reusable bits for Bazel
Apache License 2.0
113 stars 36 forks source link

[multirun] shorter labels #70

Closed Toxicable closed 4 years ago

Toxicable commented 4 years ago

The bazel labels take up a lot of room in the console, for our use case console output is pretty important. Could we add some config that would allow for specifying some shorter name for the label. For example with the label //apps/my-app:bin we'd like to use MA instead

ash2k commented 4 years ago

Sounds reasonable. Perhaps a label_keyed_string_dict attribute to specify remapping.

Toxicable commented 4 years ago

sounds good to me, could perhaphs do it as a seprate attribute labeled_commands? to avoid breaking changes to the command attribute

ash2k commented 4 years ago

👍