Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Simple utility CLI for importing data into SwaggerHub Explore.
>
> `import-spaces` Import SwaggerHub Explore spaces from a file
>
> `import-postman-collection` Import Postman Collection from a file into SwaggerHub Explore
> `import-postman-collection` Import a Postman Collection (v2.1) from a file into SwaggerHub Explore


### Prerequisites
Expand Down Expand Up @@ -153,15 +153,15 @@ From SwaggerHub Explore, navigate to your browser development tools, locate the
|_|
```
**Description:**
> Import SwaggerHub Explore spaces from a file
> Import Postman collections (v2.1) from a file

**Usage:**
> Explore.CLI import-spaces [options]
> Explore.CLI import-postman-collection [options]

**Options:**
> `-ec`, `--explore-cookie` <explore-cookie> (REQUIRED) A valid and active SwaggerHub Explore session cookie

> `-fp`, `--file-path` <file-path> (REQUIRED) The path to the file used for importing data
> `-fp`, `--file-path` <file-path> (REQUIRED) The path to the Postman collection

> `-v`, `--verbose` Include verbose output during processing

Expand Down