Skip to content

Commit

Permalink
chore: update version for release (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
conor-ward authored Jun 20, 2022
1 parent 1309efd commit c6afa2d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ EXAMPLES
swaggerhub api:create organization/api/1.0.0 --published=publish --setdefault --file api.json
```

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

## `swaggerhub api:delete`

Expand All @@ -193,7 +193,7 @@ EXAMPLES
swaggerhub api:delete organization/api --force
```

_See code: [src/commands/api/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/api/delete.js)_
_See code: [src/commands/api/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/api/delete.js)_

## `swaggerhub api:get`

Expand All @@ -220,7 +220,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.6.1/src/commands/api/get.js)_
_See code: [src/commands/api/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/api/get.js)_

## `swaggerhub api:publish`

Expand All @@ -240,7 +240,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.6.1/src/commands/api/publish.js)_
_See code: [src/commands/api/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/api/publish.js)_

## `swaggerhub api:setdefault`

Expand All @@ -260,7 +260,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.6.1/src/commands/api/setdefault.js)_
_See code: [src/commands/api/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/api/setdefault.js)_

## `swaggerhub api:unpublish`

Expand All @@ -280,7 +280,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.6.1/src/commands/api/unpublish.js)_
_See code: [src/commands/api/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/api/unpublish.js)_

## `swaggerhub api:update`

Expand Down Expand Up @@ -314,7 +314,7 @@ EXAMPLES
swaggerhub api:update organization/api/1.0.0 --visibility=private
```

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

## `swaggerhub api:validate`

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

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

## `swaggerhub configure`

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

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

## `swaggerhub domain:create`

Expand Down Expand Up @@ -393,7 +393,7 @@ EXAMPLES
swaggerhub domain:create organization/domain/1.0.0 --publish --setdefault --file domain.json
```

_See code: [src/commands/domain/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/domain/create.js)_
_See code: [src/commands/domain/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/domain/create.js)_

## `swaggerhub domain:delete`

Expand All @@ -416,7 +416,7 @@ EXAMPLES
swaggerhub domain:delete organization/domain --force
```

_See code: [src/commands/domain/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/domain/delete.js)_
_See code: [src/commands/domain/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/domain/delete.js)_

## `swaggerhub domain:get`

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

_See code: [src/commands/domain/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/domain/get.js)_
_See code: [src/commands/domain/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/domain/get.js)_

## `swaggerhub domain:publish`

Expand All @@ -462,7 +462,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.6.1/src/commands/domain/publish.js)_
_See code: [src/commands/domain/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/domain/publish.js)_

## `swaggerhub domain:setdefault`

Expand All @@ -482,7 +482,7 @@ EXAMPLE
swaggerhub domain:setdefault organization/domain/2.0.0
```

_See code: [src/commands/domain/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/domain/setdefault.js)_
_See code: [src/commands/domain/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/domain/setdefault.js)_

## `swaggerhub domain:unpublish`

Expand All @@ -502,7 +502,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.6.1/src/commands/domain/unpublish.js)_
_See code: [src/commands/domain/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/domain/unpublish.js)_

## `swaggerhub domain:update`

Expand Down Expand Up @@ -536,7 +536,7 @@ EXAMPLES
swaggerhub domain:update organization/domain/1.0.0 --visibility=private
```

_See code: [src/commands/domain/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/domain/update.js)_
_See code: [src/commands/domain/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/domain/update.js)_

## `swaggerhub help`

Expand Down Expand Up @@ -579,7 +579,7 @@ EXAMPLE
swaggerhub integration:create organization/api/1.0.0 --file config.json
```

_See code: [src/commands/integration/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/integration/create.js)_
_See code: [src/commands/integration/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/integration/create.js)_

## `swaggerhub integration:delete`

Expand All @@ -599,7 +599,7 @@ EXAMPLE
swaggerhub integration:delete organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
```

_See code: [src/commands/integration/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/integration/delete.js)_
_See code: [src/commands/integration/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/integration/delete.js)_

## `swaggerhub integration:execute`

Expand All @@ -619,7 +619,7 @@ EXAMPLE
swaggerhub integration:execute organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
```

_See code: [src/commands/integration/execute.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/integration/execute.js)_
_See code: [src/commands/integration/execute.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/integration/execute.js)_

## `swaggerhub integration:get`

Expand All @@ -639,7 +639,7 @@ EXAMPLE
swaggerhub integration:get organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
```

_See code: [src/commands/integration/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/integration/get.js)_
_See code: [src/commands/integration/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/integration/get.js)_

## `swaggerhub integration:list`

Expand All @@ -659,7 +659,7 @@ EXAMPLE
swaggerhub integration:list organization/api/1.0.0
```

_See code: [src/commands/integration/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/integration/list.js)_
_See code: [src/commands/integration/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/integration/list.js)_

## `swaggerhub integration:update`

Expand All @@ -680,7 +680,7 @@ EXAMPLE
swaggerhub integration:update organization/api/1.0.0/503c2db6-448a-4678-abcd-0123456789abc --file config.json
```

_See code: [src/commands/integration/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/integration/update.js)_
_See code: [src/commands/integration/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/integration/update.js)_

## `swaggerhub plugins`

Expand Down Expand Up @@ -839,7 +839,7 @@ EXAMPLE
swaggerhub project:api:add organization/project_name my_api
```

_See code: [src/commands/project/api/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/project/api/add.js)_
_See code: [src/commands/project/api/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/project/api/add.js)_

## `swaggerhub project:api:remove`

Expand All @@ -860,7 +860,7 @@ EXAMPLE
swaggerhub project:api:remove organization/project_name my_api
```

_See code: [src/commands/project/api/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/project/api/remove.js)_
_See code: [src/commands/project/api/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/project/api/remove.js)_

## `swaggerhub project:create`

Expand Down Expand Up @@ -888,7 +888,7 @@ EXAMPLES
swaggerhub project:create organization/new_project_name -a "testapi1" -d "testdomain3" --description "description"
```

_See code: [src/commands/project/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/project/create.js)_
_See code: [src/commands/project/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/project/create.js)_

## `swaggerhub project:delete`

Expand All @@ -908,7 +908,7 @@ EXAMPLE
swaggerhub project:delete organization/project_name
```

_See code: [src/commands/project/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/project/delete.js)_
_See code: [src/commands/project/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/project/delete.js)_

## `swaggerhub project:domain:add`

Expand All @@ -929,7 +929,7 @@ EXAMPLE
swaggerhub project:domain:add organization/project_name my_domain
```

_See code: [src/commands/project/domain/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/project/domain/add.js)_
_See code: [src/commands/project/domain/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/project/domain/add.js)_

## `swaggerhub project:domain:remove`

Expand All @@ -950,7 +950,7 @@ EXAMPLE
swaggerhub project:domain:remove organization/project_name my_domain
```

_See code: [src/commands/project/domain/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/project/domain/remove.js)_
_See code: [src/commands/project/domain/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/project/domain/remove.js)_

## `swaggerhub project:get`

Expand All @@ -970,7 +970,7 @@ EXAMPLE
swaggerhub project:get organization/project_name
```

_See code: [src/commands/project/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/project/get.js)_
_See code: [src/commands/project/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/project/get.js)_

## `swaggerhub project:list`

Expand All @@ -991,7 +991,7 @@ EXAMPLES
swaggerhub project:list organization
```

_See code: [src/commands/project/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/project/list.js)_
_See code: [src/commands/project/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/project/list.js)_

## `swaggerhub project:member:list`

Expand All @@ -1011,7 +1011,7 @@ EXAMPLE
swaggerhub project:member:list organisation/project_name
```

_See code: [src/commands/project/member/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.1/src/commands/project/member/list.js)_
_See code: [src/commands/project/member/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2/src/commands/project/member/list.js)_
<!-- commandsstop -->

# Plugins
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.6.1",
"version": "0.6.2",
"author": "SmartBear",
"bin": {
"swaggerhub": "./bin/run"
Expand Down

0 comments on commit c6afa2d

Please sign in to comment.