1build --workspace_status_command="python ./tools/workspace_status.py" 2build --repository_cache=~/.gerritcodereview/bazel-cache/repository 3build --experimental_strict_action_env 4build --action_env=PATH 5build --disk_cache=~/.gerritcodereview/bazel-cache/cas 6build --java_toolchain //tools:error_prone_warnings_toolchain 7 8test --build_tests_only 9test --test_output=errors 10 11