ckan / ckanapi

A command line interface and Python module for accessing the CKAN Action API
Other
176 stars 74 forks source link

Dump All Resource Views #212

Closed JVickery-TBS closed 6 months ago

JVickery-TBS commented 6 months ago

feat(cli): dump all views;

The current description of the --resource-view flag suggests that all resource views will be dumped. But the code only includes resource view lists for DataStore active resources. There are other views like text and image views which do not need a DataStore active Resource.

Modified the code to include views for any Resource.