Target component
Overview
Currently commands like instance update require the user to provide all settings for the object being updated. This is inconvenient for users who need to adjust just one setting on a large number of objects, requiring them to separately lookup the details of each item and pass all of them on the command line.
For update commands, the CLI should instead make all of the field arguments optional. For values not passed, it should transparently query the API and send the existing values on the update request.
Implementation details
We'd want to update progenitor's CLI generator to implement this.
Anything else you would like to add?
No response