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.
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.