Add all edgevpn config features to bridge command (#540)

Fixes kairos-io/kairos#2456

---------

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
Mauro Morales
2024-04-25 16:56:35 +02:00
committed by GitHub
parent ef178fe402
commit 014050b39f
5 changed files with 214 additions and 582 deletions

View File

@@ -166,7 +166,7 @@ For all the example cases, see: https://kairos.io/docs/
},
},
Action: func(c *cli.Context) error {
return StartRecoveryService(c.String("token"), c.String("service"), c.String("password"), c.String("listen"))
return StartRecoveryService(c)
},
},
RegisterCMD(toolName),