Hi all, How can I use octavia-cli to refresh schem...
# help-api-cli-orchestration
m
Hi all, How can I use octavia-cli to refresh schemas of an already configured connection? Are there any best practices around this use case?
for context:
I’m using
octavia generate connection --source xxx --destination yyy current_connection
But this one just ignores the current configuration and overwrites it
Is there a way to have similar functionality to what the UI shows? get current stream changes, review them and then apply?
d
Hi, I think you can use the
import ...
command to import the connections locally with their status, then modify them and apply again
m
hi, Thanks @dandpz - but then the schema discovery will be also need to be hand made. no? I’ll give it a try and see
d
yes as far as i know, I need to check if there are any open issues about this