diff --git a/README.md b/README.md index 07909b85..4101d3c6 100644 --- a/README.md +++ b/README.md @@ -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.8.0/src/commands/api/create.js)_ +_See code: [src/commands/api/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/api/create.js)_ ## `swaggerhub api:delete` @@ -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.8.0/src/commands/api/delete.js)_ +_See code: [src/commands/api/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/api/delete.js)_ ## `swaggerhub api:get` @@ -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.8.0/src/commands/api/get.js)_ +_See code: [src/commands/api/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/api/get.js)_ ## `swaggerhub api:publish` @@ -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.8.0/src/commands/api/publish.js)_ +_See code: [src/commands/api/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/api/publish.js)_ ## `swaggerhub api:setdefault` @@ -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.8.0/src/commands/api/setdefault.js)_ +_See code: [src/commands/api/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/api/setdefault.js)_ ## `swaggerhub api:unpublish` @@ -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.8.0/src/commands/api/unpublish.js)_ +_See code: [src/commands/api/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/api/unpublish.js)_ ## `swaggerhub api:update` @@ -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.8.0/src/commands/api/update.js)_ +_See code: [src/commands/api/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/api/update.js)_ ## `swaggerhub api:validate` @@ -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.8.0/src/commands/api/validate/index.js)_ +_See code: [src/commands/api/validate/index.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/api/validate/index.js)_ ## `swaggerhub api:validate:local` @@ -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.8.0/src/commands/api/validate/local.js)_ +_See code: [src/commands/api/validate/local.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/api/validate/local.js)_ ## `swaggerhub configure` @@ -446,7 +446,7 @@ DESCRIPTION settings. ``` -_See code: [src/commands/configure.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.0/src/commands/configure.js)_ +_See code: [src/commands/configure.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/configure.js)_ ## `swaggerhub domain:create` @@ -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.8.0/src/commands/domain/create.js)_ +_See code: [src/commands/domain/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/domain/create.js)_ ## `swaggerhub domain:delete` @@ -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.8.0/src/commands/domain/delete.js)_ +_See code: [src/commands/domain/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/domain/delete.js)_ ## `swaggerhub domain:get` @@ -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.8.0/src/commands/domain/get.js)_ +_See code: [src/commands/domain/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/domain/get.js)_ ## `swaggerhub domain:publish` @@ -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.8.0/src/commands/domain/publish.js)_ +_See code: [src/commands/domain/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/domain/publish.js)_ ## `swaggerhub domain:setdefault` @@ -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.8.0/src/commands/domain/setdefault.js)_ +_See code: [src/commands/domain/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/domain/setdefault.js)_ ## `swaggerhub domain:unpublish` @@ -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.8.0/src/commands/domain/unpublish.js)_ +_See code: [src/commands/domain/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/domain/unpublish.js)_ ## `swaggerhub domain:update` @@ -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.8.0/src/commands/domain/update.js)_ +_See code: [src/commands/domain/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/domain/update.js)_ ## `swaggerhub help` @@ -678,7 +678,7 @@ DESCRIPTION Display help for swaggerhub. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.12/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.15/src/commands/help.ts)_ ## `swaggerhub integration:create` @@ -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.8.0/src/commands/integration/create.js)_ +_See code: [src/commands/integration/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/integration/create.js)_ ## `swaggerhub integration:delete` @@ -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.8.0/src/commands/integration/delete.js)_ +_See code: [src/commands/integration/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/integration/delete.js)_ ## `swaggerhub integration:execute` @@ -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.8.0/src/commands/integration/execute.js)_ +_See code: [src/commands/integration/execute.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/integration/execute.js)_ ## `swaggerhub integration:get` @@ -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.8.0/src/commands/integration/get.js)_ +_See code: [src/commands/integration/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/integration/get.js)_ ## `swaggerhub integration:list` @@ -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.8.0/src/commands/integration/list.js)_ +_See code: [src/commands/integration/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/integration/list.js)_ ## `swaggerhub integration:update` @@ -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.8.0/src/commands/integration/update.js)_ +_See code: [src/commands/integration/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/integration/update.js)_ ## `swaggerhub plugins` @@ -845,7 +845,7 @@ EXAMPLES $ swaggerhub plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.8/src/commands/plugins/index.ts)_ ## `swaggerhub plugins:install` @@ -910,7 +910,7 @@ EXAMPLES $ swaggerhub plugins:inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.8/src/commands/plugins/inspect.ts)_ ## `swaggerhub plugins:install` @@ -950,7 +950,7 @@ EXAMPLES $ swaggerhub plugins:install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.8/src/commands/plugins/install.ts)_ ## `swaggerhub plugins:link` @@ -979,7 +979,7 @@ EXAMPLES $ swaggerhub plugins:link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.8/src/commands/plugins/link.ts)_ ## `swaggerhub plugins:uninstall` @@ -1027,7 +1027,7 @@ ALIASES $ swaggerhub plugins:remove ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.8/src/commands/plugins/uninstall.ts)_ ## `swaggerhub plugins:uninstall` @@ -1068,7 +1068,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.6/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.1.8/src/commands/plugins/update.ts)_ ## `swaggerhub project:api:add` @@ -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.8.0/src/commands/project/api/add.js)_ +_See code: [src/commands/project/api/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/project/api/add.js)_ ## `swaggerhub project:api:remove` @@ -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.8.0/src/commands/project/api/remove.js)_ +_See code: [src/commands/project/api/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/project/api/remove.js)_ ## `swaggerhub project:create` @@ -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.8.0/src/commands/project/create.js)_ +_See code: [src/commands/project/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/project/create.js)_ ## `swaggerhub project:delete` @@ -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.8.0/src/commands/project/delete.js)_ +_See code: [src/commands/project/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/project/delete.js)_ ## `swaggerhub project:domain:add` @@ -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.8.0/src/commands/project/domain/add.js)_ +_See code: [src/commands/project/domain/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/project/domain/add.js)_ ## `swaggerhub project:domain:remove` @@ -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.8.0/src/commands/project/domain/remove.js)_ +_See code: [src/commands/project/domain/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/project/domain/remove.js)_ ## `swaggerhub project:get` @@ -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.8.0/src/commands/project/get.js)_ +_See code: [src/commands/project/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/project/get.js)_ ## `swaggerhub project:list` @@ -1271,7 +1271,7 @@ EXAMPLES $ swaggerhub project:list organization ``` -_See code: [src/commands/project/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.0/src/commands/project/list.js)_ +_See code: [src/commands/project/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/project/list.js)_ ## `swaggerhub project:member:list` @@ -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.8.0/src/commands/project/member/list.js)_ +_See code: [src/commands/project/member/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.8.1/src/commands/project/member/list.js)_ # Plugins diff --git a/package-lock.json b/package-lock.json index 97bfc968..f154dd28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swaggerhub-cli", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swaggerhub-cli", - "version": "0.8.0", + "version": "0.8.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index d8b192c2..a76155fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "swaggerhub-cli", "description": "SwaggerHub CLI", - "version": "0.8.0", + "version": "0.8.1", "author": "SmartBear", "bin": { "swaggerhub": "./bin/run"