diff --git a/docs/plans/2026-05-24-transport-design.md b/docs/plans/2026-05-24-transport-design.md index 0473d546..085519fa 100644 --- a/docs/plans/2026-05-24-transport-design.md +++ b/docs/plans/2026-05-24-transport-design.md @@ -340,13 +340,15 @@ The `ZB.MOM.WW.ScadaBridge.Transport` library is callable from both Razor pages scadabridge bundle export \ --templates Pump,Pump.WaterPump \ --shared-scripts PumpUtils \ - --out bundle.scadabundle \ + --output bundle.scadabundle \ --passphrase mypassphrase -scadabridge bundle preview bundle.scadabundle \ +scadabridge bundle preview \ + --input bundle.scadabundle \ --passphrase mypassphrase -scadabridge bundle import bundle.scadabundle \ +scadabridge bundle import \ + --input bundle.scadabundle \ --passphrase mypassphrase \ --on-conflict overwrite|skip|rename ```