cleaning up plano cli commands

This commit is contained in:
Salman Paracha 2026-01-14 11:39:18 -08:00
parent c1c808feb2
commit bbb3517511
7 changed files with 1762 additions and 25 deletions

View file

@ -18,7 +18,7 @@ $ cargo test
```
## Local development
- Build docker image for arch gateway. Note this needs to be built once.
- Build docker image for Plano. Note this needs to be built once.
```
$ sh build_filter_image.sh
```
@ -27,9 +27,9 @@ $ cargo test
```
$ cargo build --target wasm32-wasip1 --release
```
- Start envoy with arch_config.yaml and test,
- Start envoy with config.yaml and test,
```
$ docker compose -f docker-compose.dev.yaml up archgw
$ docker compose -f docker-compose.dev.yaml up plano
```
- dev version of docker-compose file uses following files that are mounted inside the container. That means no docker rebuild is needed if any of these files change. Just restart the container and chagne will be picked up,
- envoy.template.yaml