SmartBear-DevRel / explore-cli

Simple utility CLI for importing and exporting data to and from SwaggerHub Explore
https://www.nuget.org/packages/Explore.Cli
Apache License 2.0
5 stars 4 forks source link

Import-Spaces: extend with the `--names` option to allow selective importing #18

Closed frankkilcommins closed 7 months ago

frankkilcommins commented 11 months ago

Extend the import-spaces to allow specifying a list of names that will allow for a subset of spaces within an export file to be imported.

Yousef-Majidi commented 11 months ago

I'm gonna start working on this.

In addition, you mentioned that you'd like the import-inspector-collections command to be removed as it is deprecated. I'll take care of this as well.

Also, it was pointed out here that specifying a name that doesn't match with any Spaces in the export method doesn't display a proper message. I will make sure this check is implemented for both import and export. This was introduced in #14