Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Sep 26, 2022
1 parent cbd880f commit d4ef591
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions grpc-client/README.md
Expand Up @@ -12,10 +12,16 @@ All clients are built to run with [quickstart image](https://docs.bentoml.org/en
docker run -it --rm -p 8888:8888 -p 3000:3000 -p 3001:3001 bentoml/quickstart:latest serve-grpc --production --enable-reflection
```

To get all available client rules :
To get all available client rules:

```bash
bazel query //... --output label_kind | grep client | sort | column -t
bazel query //... --output label_kind | grep ":client" | sort | column -t
```

To build all rules for better caching:

```bash
bazel build ...
```

The following table contains command to run clients:
Expand Down

0 comments on commit d4ef591

Please sign in to comment.