atviriduomenys / spinta

Spinta is a framework to describe, extract and publish data (a DEP Framework).
MIT License
10 stars 4 forks source link

Add `keymap sync` command #666

Open sirex opened 4 days ago

sirex commented 4 days ago

Add new command:

spinta keymap sync manifest.csv -i get.data.gov.lt

Which would go through all models, that do not have resource specified and sync from specified input source. Input source in the example would be get.data.gov.lt.

Input source name, should be defined in credentials.cfg file as it is done for spinta push.

Add same arguments as in push command:

Related