allow patch json from file
mwallschlaeger opened this issue · 2 comments
mwallschlaeger commented
Adding an argument to the patch function that allows to patch changes from a given json file.
ridoo commented
@kilichenko-pixida is working on this
kilichenko-pixida commented
@ridoo @mwallschlaeger
I added this capability and documented it in the readme - see the PR.
It will now be possible to give commands like
geonodectl ds patch 36 --json_path 'path_to/your_json_with_attributes_to_patch.json'
and it also supports patching the attributes, but for that attribute patching to work this Geonode PR needs to be merged as well