jmanjon
jmanjon
@xrmx Which CLI are you referring to?
Instead of a CLI, the server can expose a REST API to accept the config and the Python test can do a POST to the server like for example: ```bash...
A complete solution could be: - Adding a flag to the server like ```--default-config ``` to initialize the default config for all the clients connections - Providing a REST api...
@xrmx Does any of the above solutions work for you?
@douglascamata I am considering adding a REST API to the server example to automate some UI actions. Do you anticipate needing any APIs in your test automation for the server...
I had created two images for the server and agent ```bash docker run --rm -p 4320:4320 -p 4321:4321 ghcr.io/juandemanjon/opamp-server-example:issue_443-7be09e8 ``` ``` 2025/12/09 17:57:55.477638 [MAIN] OpAMP Server starting... 2025/12/09 17:57:55.478677 [MAIN]...