From within a micro-VM initiated via the TFT dashboard, I installed the tfcmd and related go binaries. After a TFT login, I attempted to deploy a second micro-VM (from within the first micro-VM) using tfcmd. This is what I tried (along with the errors):
root@vmezvvf:~# ./tfcmd deploy vm --name w4c_hello --ssh ~/.ssh/id_rsa.pub --cpu 1 --ipv4
1:12AM INF starting peer session=tf-1893 twin=13232
1:13AM INF deploying network
1:13AM ERR failure: json: cannot unmarshal string into Go struct field PublicIP.publicIps.farm_id of type uint64, command: farms, duration: 544.902026ms ecIP.publicIps.farm_id of type uint64"
1:13AM ERR failure: json: cannot unmarshal string into Go struct field PublicIP.publicIps.farm_id of type uint64, command: farms, duration: 901.843476ms ecIP.publicIps.farm_id of type uint64"
1:13AM ERR failure: json: cannot unmarshal string into Go struct field PublicIP.publicIps.farm_id of type uint64, command: farms, duration: 933.504918ms ecIP.publicIps.farm_id of type uint64"
1:13AM ERR failure: json: cannot unmarshal string into Go struct field PublicIP.publicIps.farm_id of type uint64, command: farms, duration: 957.015172ms ecIP.publicIps.farm_id of type uint64"
1:13AM ERR failure: json: cannot unmarshal string into Go struct field PublicIP.publicIps.farm_id of type uint64, command: farms, duration: 1.672360364s ecIP.publicIps.farm_id of type uint64"
1:13AM ERR failure: json: cannot unmarshal string into Go struct field PublicIP.publicIps.farm_id of type uint64, command: farms, duration: 3.043568075s ecIP.publicIps.farm_id of type uint64"
1:13AM ERR failure: json: cannot unmarshal string into Go struct field PublicIP.publicIps.farm_id of type uint64, command: farms, duration: 8.53213076s erIP.publicIps.farm_id of type uint64"
Am I using the command line tool correctly?