I’m using the amc config set instance.network_proxy <value> command to set the instance proxy, but I can’t work out what the format of the value should be and the docs don’t tell you.
I’ve tried this (where my_* is the real value) and various other formats, but always get the same error message:
amc config set instance.network_proxy "my_user_name:my_password@my_proxy_address:my_proxy_port_number"
Error: argument invalid value is invalid
It works if I set it to a blank string using empty quotes, but I’ve had no luck setting it to anything more useful. What should the format be?