Can you create a command such that it will export only a single collection from strapi for example in my strapi I have many collections but I want to export and import only blogs collection then we can use some command like
strapi export --only="blog"