Note that the line --bes_upload_mode=fully_async should probably be common --bes_upload_mode=fully_async since the line currently has no scope prefix and the flag is accepted by all subcommands.
Great post, one small suggestions:
I believe build --incompatible_allow_tags_propagation should be common --incompatible_allow_tags_propagation so as to not invalidate the cache if bazel query is run.
David Sanderson
Software Artisan
Note that the line
--bes_upload_mode=fully_asyncshould probably becommon --bes_upload_mode=fully_asyncsince the line currently has no scope prefix and the flag is accepted by all subcommands.