-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Build
-
Fully Compatible
Right now the Bazel CLI is very verbose. Each flag needs --//bazel/config: as a prefix, which is a lot of typing and usually ends up being hundreds of characters. During the initial migration this is hidden behind scons.py, but once we expose bazel build to developers, this needs to be cleaner.
If possible migrate these flags to the top level, ex: --//bazel/config:linkstatic=True would be --//:linkstatic=True. I believe this is possible with aliases, but it might need some work to get setup