Skip to content

Commit

Permalink
Release for v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 12, 2023
1 parent 969818d commit d06de03
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,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.7.1/src/commands/api/create.js)_
_See code: [src/commands/api/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/api/create.js)_

## `swaggerhub api:delete`

Expand Down Expand Up @@ -212,7 +212,7 @@ EXAMPLES
$ swaggerhub api:delete organization/api --force
```

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

## `swaggerhub api:get`

Expand Down Expand Up @@ -242,7 +242,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.7.1/src/commands/api/get.js)_
_See code: [src/commands/api/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/api/get.js)_

## `swaggerhub api:publish`

Expand All @@ -268,7 +268,7 @@ EXAMPLES
$ swaggerhub api:publish organization/api/1.0.0 --force
```

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

## `swaggerhub api:setdefault`

Expand All @@ -291,7 +291,7 @@ EXAMPLES
$ swaggerhub api:setdefault organization/api/2.0.0
```

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

## `swaggerhub api:unpublish`

Expand All @@ -314,7 +314,7 @@ EXAMPLES
$ swaggerhub api:unpublish organization/api/1.0.0
```

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

## `swaggerhub api:update`

Expand Down Expand Up @@ -358,7 +358,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.7.1/src/commands/api/update.js)_
_See code: [src/commands/api/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/api/update.js)_

## `swaggerhub api:validate`

Expand Down Expand Up @@ -391,7 +391,7 @@ EXAMPLES
$ swaggerhub api:validate --fail-on-critical organization/api
```

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

## `swaggerhub configure`

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

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

## `swaggerhub domain:create`

Expand Down Expand Up @@ -455,7 +455,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.7.1/src/commands/domain/create.js)_
_See code: [src/commands/domain/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/domain/create.js)_

## `swaggerhub domain:delete`

Expand Down Expand Up @@ -484,7 +484,7 @@ EXAMPLES
$ swaggerhub domain:delete organization/domain --force
```

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

## `swaggerhub domain:get`

Expand Down Expand Up @@ -513,7 +513,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.7.1/src/commands/domain/get.js)_
_See code: [src/commands/domain/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/domain/get.js)_

## `swaggerhub domain:publish`

Expand All @@ -536,7 +536,7 @@ EXAMPLES
$ swaggerhub domain:publish organization/domain/1.0.0
```

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

## `swaggerhub domain:setdefault`

Expand All @@ -559,7 +559,7 @@ EXAMPLES
$ swaggerhub domain:setdefault organization/domain/2.0.0
```

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

## `swaggerhub domain:unpublish`

Expand All @@ -582,7 +582,7 @@ EXAMPLES
$ swaggerhub domain:unpublish organization/domain/1.0.0
```

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

## `swaggerhub domain:update`

Expand Down Expand Up @@ -626,7 +626,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.7.1/src/commands/domain/update.js)_
_See code: [src/commands/domain/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/domain/update.js)_

## `swaggerhub help`

Expand Down Expand Up @@ -674,7 +674,7 @@ EXAMPLES
$ 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.7.1/src/commands/integration/create.js)_
_See code: [src/commands/integration/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/integration/create.js)_

## `swaggerhub integration:delete`

Expand All @@ -697,7 +697,7 @@ EXAMPLES
$ 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.7.1/src/commands/integration/delete.js)_
_See code: [src/commands/integration/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/integration/delete.js)_

## `swaggerhub integration:execute`

Expand All @@ -720,7 +720,7 @@ EXAMPLES
$ 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.7.1/src/commands/integration/execute.js)_
_See code: [src/commands/integration/execute.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/integration/execute.js)_

## `swaggerhub integration:get`

Expand All @@ -743,7 +743,7 @@ EXAMPLES
$ 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.7.1/src/commands/integration/get.js)_
_See code: [src/commands/integration/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/integration/get.js)_

## `swaggerhub integration:list`

Expand All @@ -766,7 +766,7 @@ EXAMPLES
$ swaggerhub integration:list organization/api/1.0.0
```

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

## `swaggerhub integration:update`

Expand All @@ -790,7 +790,7 @@ EXAMPLES
$ 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.7.1/src/commands/integration/update.js)_
_See code: [src/commands/integration/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/integration/update.js)_

## `swaggerhub plugins`

Expand Down Expand Up @@ -1057,7 +1057,7 @@ EXAMPLES
$ 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.7.1/src/commands/project/api/add.js)_
_See code: [src/commands/project/api/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/project/api/add.js)_

## `swaggerhub project:api:remove`

Expand All @@ -1081,7 +1081,7 @@ EXAMPLES
$ 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.7.1/src/commands/project/api/remove.js)_
_See code: [src/commands/project/api/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/project/api/remove.js)_

## `swaggerhub project:create`

Expand Down Expand Up @@ -1117,7 +1117,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.7.1/src/commands/project/create.js)_
_See code: [src/commands/project/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/project/create.js)_

## `swaggerhub project:delete`

Expand All @@ -1140,7 +1140,7 @@ EXAMPLES
$ swaggerhub project:delete organization/project_name
```

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

## `swaggerhub project:domain:add`

Expand All @@ -1164,7 +1164,7 @@ EXAMPLES
$ 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.7.1/src/commands/project/domain/add.js)_
_See code: [src/commands/project/domain/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/project/domain/add.js)_

## `swaggerhub project:domain:remove`

Expand All @@ -1188,7 +1188,7 @@ EXAMPLES
$ 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.7.1/src/commands/project/domain/remove.js)_
_See code: [src/commands/project/domain/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.2/src/commands/project/domain/remove.js)_

## `swaggerhub project:get`

Expand All @@ -1211,7 +1211,7 @@ EXAMPLES
$ swaggerhub project:get organization/project_name
```

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

## `swaggerhub project:list`

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

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

## `swaggerhub project:member:list`

Expand All @@ -1259,7 +1259,7 @@ EXAMPLES
$ swaggerhub project:member:list organisation/project_name
```

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

# Plugins
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.1",
"version": "0.7.2",
"author": "SmartBear",
"bin": {
"swaggerhub": "./bin/run"
Expand Down

0 comments on commit d06de03

Please sign in to comment.