Closed yamamoto-febc closed 7 years ago
$ cat switch.json { "Name": "from_json", "Description": "description", "Tags": [ "tag1", "tag2" ] } # create switch, input values from JSON $ usacloud switch create --param-template-file switch.json
$ usacloud switch create --generate-skeleton > switch.json $ cat switch.json { "Name": "", "Description": "", "Tags": [ "" ], "IconID": 0 }
Fixed by #149 , #150
147 と #148 に分割
Input values from JSON like following:
create skeleton (by JSON)