Skip to content

Commit

Permalink
Merge #71113
Browse files Browse the repository at this point in the history
71113: dev: update `README` r=rail a=rickystewart

The information here had become out of date.

Release note: None

Co-authored-by: Ricky Stewart <[email protected]>
  • Loading branch information
craig[bot] and rickystewart committed Oct 5, 2021
2 parents cf4fe62 + 93afe7b commit 92f153c
Showing 1 changed file with 9 additions and 23 deletions.
32 changes: 9 additions & 23 deletions pkg/cmd/dev/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
WARNING: `dev` isn't feature-complete, and the migration to Bazel at Cockroach
is still in-progress. Proceed at your own risk :)
WARNING: The migration to Bazel at Cockroach is still in-progress.
Proceed at your own risk :)

Dev is a general-purpose dev tool for folks working on `cockroach`.
`dev` is a general-purpose tool for folks working on `cockroach`. Unlike
builds and tests performed w/ `make`, everything `dev` does is driven by
Bazel as a build system.

$ dev -h
<...>
Usage:
dev [command]
You can use the script `./dev` at top-level instead of building `dev`
ahead of time. This script just builds `dev` and immediately runs it
with the supplied arguments.

Available Commands:
bench Run the specified benchmarks
build Build the specified binaries
generate Generate the specified files
lint Run the specified linters
test Run the specified tests

Flags:
-h, --help help for dev
-v, --version version for dev

Use "dev [command] --help" for more information about a command.

To update the testdata files:

$ go test -run TestDatadriven -rewrite [-record] [-from-checkout=<path-to-crdb-checkout>]
Run `./dev help` to see what `dev` can do!

0 comments on commit 92f153c

Please sign in to comment.