Default config might be config.ip, but should be possible to configure another server:
rpi config set second-server.ip xxx
With that, a global config value server is needed, with a custom parser to end up with { ..., server: { ip: "xxx", user: "yyy" } }
rpi config deploy --server=second-server ...
Default config might be
config.ip, but should be possible to configure another server:rpi config set second-server.ip xxxWith that, a global config value
serveris needed, with a custom parser to end up with{ ..., server: { ip: "xxx", user: "yyy" } }