Skip to content

Commit

Permalink
Release for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 13, 2023
1 parent 794886e commit 09ad7a1
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
78 changes: 39 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,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.2/src/commands/api/create.js)_
_See code: [src/commands/api/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.0/src/commands/api/create.js)_

## `swaggerhub api:delete`

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

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

## `swaggerhub api:get`

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

## `swaggerhub api:publish`

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

## `swaggerhub api:setdefault`

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

## `swaggerhub api:unpublish`

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

## `swaggerhub api:update`

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

## `swaggerhub api:validate`

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

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

## `swaggerhub api:validate:local`

Expand Down Expand Up @@ -423,7 +423,7 @@ EXAMPLES
$ swaggerhub api:validate:local --organization myOrg --file ./my-api/json --fail-on-critical --json
```

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

## `swaggerhub configure`

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

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

## `swaggerhub domain:create`

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

## `swaggerhub domain:delete`

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

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

## `swaggerhub domain:get`

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

## `swaggerhub domain:publish`

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

## `swaggerhub domain:setdefault`

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

## `swaggerhub domain:unpublish`

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

## `swaggerhub domain:update`

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

## `swaggerhub help`

Expand All @@ -678,7 +678,7 @@ DESCRIPTION
Display help for swaggerhub.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.10/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.12/src/commands/help.ts)_

## `swaggerhub integration:create`

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

## `swaggerhub integration:delete`

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

## `swaggerhub integration:execute`

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

## `swaggerhub integration:get`

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

## `swaggerhub integration:list`

Expand All @@ -798,7 +798,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.2/src/commands/integration/list.js)_
_See code: [src/commands/integration/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.0/src/commands/integration/list.js)_

## `swaggerhub integration:update`

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

## `swaggerhub plugins`

Expand All @@ -845,7 +845,7 @@ EXAMPLES
$ swaggerhub plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.5/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/index.ts)_

## `swaggerhub plugins:install`

Expand Down Expand Up @@ -910,7 +910,7 @@ EXAMPLES
$ swaggerhub plugins:inspect myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.5/src/commands/plugins/inspect.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/inspect.ts)_

## `swaggerhub plugins:install`

Expand Down Expand Up @@ -950,7 +950,7 @@ EXAMPLES
$ swaggerhub plugins:install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.5/src/commands/plugins/install.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/install.ts)_

## `swaggerhub plugins:link`

Expand Down Expand Up @@ -979,7 +979,7 @@ EXAMPLES
$ swaggerhub plugins:link myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.5/src/commands/plugins/link.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/link.ts)_

## `swaggerhub plugins:uninstall`

Expand Down Expand Up @@ -1027,7 +1027,7 @@ ALIASES
$ swaggerhub plugins:remove
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.5/src/commands/plugins/uninstall.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/uninstall.ts)_

## `swaggerhub plugins:uninstall`

Expand Down Expand Up @@ -1068,7 +1068,7 @@ DESCRIPTION
Update installed plugins.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.5/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/update.ts)_

## `swaggerhub project:api:add`

Expand All @@ -1092,7 +1092,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.2/src/commands/project/api/add.js)_
_See code: [src/commands/project/api/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.0/src/commands/project/api/add.js)_

## `swaggerhub project:api:remove`

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

## `swaggerhub project:create`

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

## `swaggerhub project:delete`

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

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

## `swaggerhub project:domain:add`

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

## `swaggerhub project:domain:remove`

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

## `swaggerhub project:get`

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

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

## `swaggerhub project:list`

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

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

## `swaggerhub project:member:list`

Expand All @@ -1294,7 +1294,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.2/src/commands/project/member/list.js)_
_See code: [src/commands/project/member/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.0/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.2",
"version": "0.8.0",
"author": "SmartBear",
"bin": {
"swaggerhub": "./bin/run"
Expand Down

0 comments on commit 09ad7a1

Please sign in to comment.