exec
dev gen protobuf
----
bazel run //pkg/gen:go_proto
export COCKROACH_BAZEL_CHECK_FAST=1
bazel info workspace --color=no
crdb-checkout/build/bazelutil/check.sh

exec
dev gen bazel
----
bazel info workspace --color=no
crdb-checkout/build/bazelutil/bazel-generate.sh
export COCKROACH_BAZEL_CHECK_FAST=1
bazel info workspace --color=no
crdb-checkout/build/bazelutil/check.sh

exec
dev gen bazel --short
----
bazel run //:gazelle

exec
dev generate bazel --mirror --force
----
bazel info workspace --color=no
export COCKROACH_BAZEL_CAN_MIRROR=1
export COCKROACH_BAZEL_FORCE_GENERATE=1
crdb-checkout/build/bazelutil/bazel-generate.sh
export COCKROACH_BAZEL_CHECK_FAST=1
bazel info workspace --color=no
crdb-checkout/build/bazelutil/check.sh

exec
dev generate go_nocgo
----
bazel run //pkg/gen:code
export COCKROACH_BAZEL_CHECK_FAST=1
bazel info workspace --color=no
crdb-checkout/build/bazelutil/check.sh

exec
dev generate docs
----
bazel run //pkg/gen:docs
export COCKROACH_BAZEL_CHECK_FAST=1
bazel info workspace --color=no
crdb-checkout/build/bazelutil/check.sh

exec
dev gen go_nocgo docs
----
bazel run //pkg/gen
export COCKROACH_BAZEL_CHECK_FAST=1
bazel info workspace --color=no
crdb-checkout/build/bazelutil/check.sh
