GeoNodeUserGroup-DE / geonodectl

a commandline interface tool for Geonode Rest API v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow patch json from file

mwallschlaeger opened this issue · comments

Adding an argument to the patch function that allows to patch changes from a given json file.

@kilichenko-pixida is working on this

@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