Update docs

This commit is contained in:
Mike Splain 2018-02-23 18:03:31 -05:00
parent c5356e05dd
commit 571f1a08f3
1 changed files with 15 additions and 3 deletions

View File

@ -12,11 +12,23 @@ While bazel works well for small projects, building with kubernetes still has a
## How to run ## How to run
Build: `bazel build //cmd/... //pkg/... //channels/... //nodeup/... //channels/... //protokube/... //dns-controller/...` ```
make bazel-build
make bazel-build-cli
Test: `bazel test //cmd/... //pkg/... //channels/... //nodeup/... //channels/... //protokube/... //dns-controller/...` # To build end to end and upload to s3
make bazel-upload
```
Regenerate bazel files using gazelle: `bazel run //:gazelle` Test:
```
make bazel-test
```
Regenerate bazel files using gazelle:
```
make bazel-gazelle
```
## Other changes needed ## Other changes needed