AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
493 stars 124 forks source link

CLI scripts for updating resources #51

Open namedgraph opened 3 years ago

namedgraph commented 3 years ago

Currently we only provide create CLI scripts for resources such as services, queries, charts etc. That results in duplicate resources with different URIs being created with each app install run, and means that resource metadata cannot be updated.

We do have update-document script for documents which updates them using a PUT request. We should use this approach for resources as well, and provide update-* scripts in addition to create-*.