Skip to content

Commit

Permalink
Update README for 0.2.11 release (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
conor-ward authored Sep 9, 2020
1 parent 2b4e3f7 commit cdf832f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ EXAMPLES
swaggerhub api:create organization/api --file api.yaml
```

_See code: [src/commands/api/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.10/src/commands/api/create.js)_
_See code: [src/commands/api/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.11/src/commands/api/create.js)_

## `swaggerhub api:get`

Expand All @@ -115,7 +115,7 @@ EXAMPLES
swaggerhub api:get organization/api/1.0.0 --json
```

_See code: [src/commands/api/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.10/src/commands/api/get.js)_
_See code: [src/commands/api/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.11/src/commands/api/get.js)_

## `swaggerhub api:publish`

Expand All @@ -135,7 +135,7 @@ EXAMPLE
swaggerhub api:publish organization/api/1.0.0
```

_See code: [src/commands/api/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.10/src/commands/api/publish.js)_
_See code: [src/commands/api/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.11/src/commands/api/publish.js)_

## `swaggerhub api:setdefault`

Expand All @@ -155,7 +155,7 @@ EXAMPLE
swaggerhub api:setdefault organization/api/2.0.0
```

_See code: [src/commands/api/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.10/src/commands/api/setdefault.js)_
_See code: [src/commands/api/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.11/src/commands/api/setdefault.js)_

## `swaggerhub api:unpublish`

Expand All @@ -175,7 +175,7 @@ EXAMPLE
swaggerhub api:unpublish organization/api/1.0.0
```

_See code: [src/commands/api/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.10/src/commands/api/unpublish.js)_
_See code: [src/commands/api/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.11/src/commands/api/unpublish.js)_

## `swaggerhub api:update`

Expand All @@ -191,9 +191,9 @@ ARGUMENTS
OPTIONS
-f, --file=file (required) file location of API to update
-h, --help show CLI help
--visibility=public|private [default: private] visibility of API in SwaggerHub
--publish sets the API version as published
--setdefault sets API version to be the default
--visibility=public|private [default: private] visibility of API in SwaggerHub
DESCRIPTION
The API version from the file will be used unless the version is specified in the command argument.
Expand All @@ -207,7 +207,7 @@ EXAMPLES
swaggerhub api:update organization/api/1.0.0 --publish --setdefault --file api.json
```

_See code: [src/commands/api/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.10/src/commands/api/update.js)_
_See code: [src/commands/api/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.11/src/commands/api/update.js)_

## `swaggerhub api:validate`

Expand All @@ -232,7 +232,7 @@ EXAMPLES
swaggerhub api:validate organization/api
```

_See code: [src/commands/api/validate.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.10/src/commands/api/validate.js)_
_See code: [src/commands/api/validate.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.11/src/commands/api/validate.js)_

## `swaggerhub configure`

Expand All @@ -254,7 +254,7 @@ DESCRIPTION
settings.
```

_See code: [src/commands/configure.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.10/src/commands/configure.js)_
_See code: [src/commands/configure.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.11/src/commands/configure.js)_

## `swaggerhub domain:publish`

Expand All @@ -274,7 +274,7 @@ EXAMPLE
swaggerhub domain:publish organization/domain/1.0.0
```

_See code: [src/commands/domain/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.10/src/commands/domain/publish.js)_
_See code: [src/commands/domain/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.11/src/commands/domain/publish.js)_

## `swaggerhub domain:unpublish`

Expand All @@ -294,7 +294,7 @@ EXAMPLE
swaggerhub domain:unpublish organization/domain/1.0.0
```

_See code: [src/commands/domain/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.10/src/commands/domain/unpublish.js)_
_See code: [src/commands/domain/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.11/src/commands/domain/unpublish.js)_

## `swaggerhub help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swaggerhub-cli",
"description": "SwaggerHub CLI",
"version": "0.2.10",
"version": "0.2.11",
"author": "SmartBear",
"bin": {
"swaggerhub": "./bin/run"
Expand Down

0 comments on commit cdf832f

Please sign in to comment.