Skip to content

Commit 934225a

Browse files
committed
Update README
1 parent dd88890 commit 934225a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aegis_grpc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ grpcurl -plaintext 127.0.0.1:50051 list proto_aegis_grpc.v1.RobotControlService
7171
grpcurl -plaintext 127.0.0.1:50051 list proto_aegis_grpc.v1.RobotReadService
7272
grpcurl -plaintext 127.0.0.1:50051 describe proto_aegis_grpc.v1.RobotReadService.GetAll
7373
# or with tool from container
74-
podman run --network=host docker.io/fullstorydev/grpcurl -plaintext 127.0.0.1:50051 list
74+
podman run --rm --network=host docker.io/fullstorydev/grpcurl -plaintext 127.0.0.1:50051 list
7575
# map grpcurl container alias
7676
alias grpcurl="podman run --network=host docker.io/fullstorydev/grpcurl"
7777
```
7878

7979
Example call to the `GetAll` method with result as a plain json:
8080

8181
```bash
82-
grpcurl -plaintext -d '{}' 127.0.0.1:50051 proto_aegis_grpc.v1.RobotReadService.GetAll
82+
grpcurl -max-msg-sz 20000000 -plaintext -d '{}' 127.0.0.1:50051 proto_aegis_grpc.v1.RobotReadService.GetAll
8383
```
8484

8585
## Messages architecture

0 commit comments

Comments
 (0)