Hi All,
We are planning to automate the API-proxies deployments using apigeetool. We are using the below command as part of the Jenkins job to create and update the kvm .
apigeetool createkvmmap -u abc-o ${nonprod0rgName} -p xyz -e ${environmentName} --mapName poc_jenkins
1)what is the command to create new kvm map?
apigeetool createkvmmap -u sdoe@example.com -o sdoe -e test --mapName test-map
2)what is the command to update the existing kvm map?
3)what is the command to to create new entries/values im kvm map.?
apigeetool addEntryToKVM -u sdoe@example.com -o sdoe -e test --mapName test-map --entryName test1 --entryValue value1
4)what is the command to updated the existing entries/values in kvm map?
can someone answer 2,4th question.
i got the below error when i ran first command.
Error: KeyValueMap poc_jenkins already exists