What is the right syntax for getting the IP address(es) assigned?
Since assignedAddresses
is an array the following construction does not work:
zerotier-cli get {Network ID} assignedAddresses
For comparison, the following does work as expected:
zerotier-cli get {Network ID} portDeviceName
Yes, I know I can use ip
and ip4
names.