apigee / apigeecli

This is a tool to interact with Apigee APIs. The tool lets you manage (create, del, get, list) environments, proxies, etc.
Apache License 2.0
51 stars 28 forks source link

Manage KVM as files and support update #488

Closed carlosmscabral closed 2 months ago

carlosmscabral commented 2 months ago

Today, if I want to have a single json file that represents a set of KVM entries, I can create it, and then import with apigeecli kvm entries import. But, if I later update one of the fields of this file and try to re-import, I'll get a series of 409 saying that the key already exists. I want the import command to be able to work with an "update" logic in case the create done by it fails.