Skip to content

Commit 0f9bf08

Browse files
Bump versions + update README for 0.6.5 release (#280)
1 parent 3f2462b commit 0f9bf08

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

README.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ EXAMPLES
172172
swaggerhub api:create organization/api/1.0.0 --published=publish --setdefault --file api.json
173173
```
174174

175-
_See code: [src/commands/api/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/api/create.js)_
175+
_See code: [src/commands/api/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/api/create.js)_
176176

177177
## `swaggerhub api:delete`
178178

@@ -195,7 +195,7 @@ EXAMPLES
195195
swaggerhub api:delete organization/api --force
196196
```
197197

198-
_See code: [src/commands/api/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/api/delete.js)_
198+
_See code: [src/commands/api/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/api/delete.js)_
199199

200200
## `swaggerhub api:get`
201201

@@ -222,7 +222,7 @@ EXAMPLES
222222
swaggerhub api:get organization/api/1.0.0 --json
223223
```
224224

225-
_See code: [src/commands/api/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/api/get.js)_
225+
_See code: [src/commands/api/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/api/get.js)_
226226

227227
## `swaggerhub api:publish`
228228

@@ -244,7 +244,7 @@ EXAMPLES
244244
swaggerhub api:publish organization/api/1.0.0 --force
245245
```
246246

247-
_See code: [src/commands/api/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/api/publish.js)_
247+
_See code: [src/commands/api/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/api/publish.js)_
248248

249249
## `swaggerhub api:setdefault`
250250

@@ -264,7 +264,7 @@ EXAMPLE
264264
swaggerhub api:setdefault organization/api/2.0.0
265265
```
266266

267-
_See code: [src/commands/api/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/api/setdefault.js)_
267+
_See code: [src/commands/api/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/api/setdefault.js)_
268268

269269
## `swaggerhub api:unpublish`
270270

@@ -284,7 +284,7 @@ EXAMPLE
284284
swaggerhub api:unpublish organization/api/1.0.0
285285
```
286286

287-
_See code: [src/commands/api/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/api/unpublish.js)_
287+
_See code: [src/commands/api/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/api/unpublish.js)_
288288

289289
## `swaggerhub api:update`
290290

@@ -318,7 +318,7 @@ EXAMPLES
318318
swaggerhub api:update organization/api/1.0.0 --visibility=private
319319
```
320320

321-
_See code: [src/commands/api/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/api/update.js)_
321+
_See code: [src/commands/api/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/api/update.js)_
322322

323323
## `swaggerhub api:validate`
324324

@@ -343,7 +343,7 @@ EXAMPLES
343343
swaggerhub api:validate organization/api
344344
```
345345

346-
_See code: [src/commands/api/validate.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/api/validate.js)_
346+
_See code: [src/commands/api/validate.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/api/validate.js)_
347347

348348
## `swaggerhub configure`
349349

@@ -365,7 +365,7 @@ DESCRIPTION
365365
settings.
366366
```
367367

368-
_See code: [src/commands/configure.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/configure.js)_
368+
_See code: [src/commands/configure.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/configure.js)_
369369

370370
## `swaggerhub domain:create`
371371

@@ -397,7 +397,7 @@ EXAMPLES
397397
swaggerhub domain:create organization/domain/1.0.0 --publish --setdefault --file domain.json
398398
```
399399

400-
_See code: [src/commands/domain/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/domain/create.js)_
400+
_See code: [src/commands/domain/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/domain/create.js)_
401401

402402
## `swaggerhub domain:delete`
403403

@@ -420,7 +420,7 @@ EXAMPLES
420420
swaggerhub domain:delete organization/domain --force
421421
```
422422

423-
_See code: [src/commands/domain/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/domain/delete.js)_
423+
_See code: [src/commands/domain/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/domain/delete.js)_
424424

425425
## `swaggerhub domain:get`
426426

@@ -446,7 +446,7 @@ EXAMPLES
446446
swaggerhub domain:get organization/domain/1.0.0 --json
447447
```
448448

449-
_See code: [src/commands/domain/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/domain/get.js)_
449+
_See code: [src/commands/domain/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/domain/get.js)_
450450

451451
## `swaggerhub domain:publish`
452452

@@ -466,7 +466,7 @@ EXAMPLE
466466
swaggerhub domain:publish organization/domain/1.0.0
467467
```
468468

469-
_See code: [src/commands/domain/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/domain/publish.js)_
469+
_See code: [src/commands/domain/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/domain/publish.js)_
470470

471471
## `swaggerhub domain:setdefault`
472472

@@ -486,7 +486,7 @@ EXAMPLE
486486
swaggerhub domain:setdefault organization/domain/2.0.0
487487
```
488488

489-
_See code: [src/commands/domain/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/domain/setdefault.js)_
489+
_See code: [src/commands/domain/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/domain/setdefault.js)_
490490

491491
## `swaggerhub domain:unpublish`
492492

@@ -506,7 +506,7 @@ EXAMPLE
506506
swaggerhub domain:unpublish organization/domain/1.0.0
507507
```
508508

509-
_See code: [src/commands/domain/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/domain/unpublish.js)_
509+
_See code: [src/commands/domain/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/domain/unpublish.js)_
510510

511511
## `swaggerhub domain:update`
512512

@@ -540,7 +540,7 @@ EXAMPLES
540540
swaggerhub domain:update organization/domain/1.0.0 --visibility=private
541541
```
542542

543-
_See code: [src/commands/domain/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/domain/update.js)_
543+
_See code: [src/commands/domain/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/domain/update.js)_
544544

545545
## `swaggerhub help`
546546

@@ -583,7 +583,7 @@ EXAMPLE
583583
swaggerhub integration:create organization/api/1.0.0 --file config.json
584584
```
585585

586-
_See code: [src/commands/integration/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/integration/create.js)_
586+
_See code: [src/commands/integration/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/integration/create.js)_
587587

588588
## `swaggerhub integration:delete`
589589

@@ -603,7 +603,7 @@ EXAMPLE
603603
swaggerhub integration:delete organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
604604
```
605605

606-
_See code: [src/commands/integration/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/integration/delete.js)_
606+
_See code: [src/commands/integration/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/integration/delete.js)_
607607

608608
## `swaggerhub integration:execute`
609609

@@ -623,7 +623,7 @@ EXAMPLE
623623
swaggerhub integration:execute organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
624624
```
625625

626-
_See code: [src/commands/integration/execute.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/integration/execute.js)_
626+
_See code: [src/commands/integration/execute.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/integration/execute.js)_
627627

628628
## `swaggerhub integration:get`
629629

@@ -643,7 +643,7 @@ EXAMPLE
643643
swaggerhub integration:get organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
644644
```
645645

646-
_See code: [src/commands/integration/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/integration/get.js)_
646+
_See code: [src/commands/integration/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/integration/get.js)_
647647

648648
## `swaggerhub integration:list`
649649

@@ -663,7 +663,7 @@ EXAMPLE
663663
swaggerhub integration:list organization/api/1.0.0
664664
```
665665

666-
_See code: [src/commands/integration/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/integration/list.js)_
666+
_See code: [src/commands/integration/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/integration/list.js)_
667667

668668
## `swaggerhub integration:update`
669669

@@ -684,7 +684,7 @@ EXAMPLE
684684
swaggerhub integration:update organization/api/1.0.0/503c2db6-448a-4678-abcd-0123456789abc --file config.json
685685
```
686686

687-
_See code: [src/commands/integration/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/integration/update.js)_
687+
_See code: [src/commands/integration/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/integration/update.js)_
688688

689689
## `swaggerhub plugins`
690690

@@ -843,7 +843,7 @@ EXAMPLE
843843
swaggerhub project:api:add organization/project_name my_api
844844
```
845845

846-
_See code: [src/commands/project/api/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/project/api/add.js)_
846+
_See code: [src/commands/project/api/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/project/api/add.js)_
847847

848848
## `swaggerhub project:api:remove`
849849

@@ -864,7 +864,7 @@ EXAMPLE
864864
swaggerhub project:api:remove organization/project_name my_api
865865
```
866866

867-
_See code: [src/commands/project/api/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/project/api/remove.js)_
867+
_See code: [src/commands/project/api/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/project/api/remove.js)_
868868

869869
## `swaggerhub project:create`
870870

@@ -892,7 +892,7 @@ EXAMPLES
892892
swaggerhub project:create organization/new_project_name -a "testapi1" -d "testdomain3" --description "description"
893893
```
894894

895-
_See code: [src/commands/project/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/project/create.js)_
895+
_See code: [src/commands/project/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/project/create.js)_
896896

897897
## `swaggerhub project:delete`
898898

@@ -912,7 +912,7 @@ EXAMPLE
912912
swaggerhub project:delete organization/project_name
913913
```
914914

915-
_See code: [src/commands/project/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/project/delete.js)_
915+
_See code: [src/commands/project/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/project/delete.js)_
916916

917917
## `swaggerhub project:domain:add`
918918

@@ -933,7 +933,7 @@ EXAMPLE
933933
swaggerhub project:domain:add organization/project_name my_domain
934934
```
935935

936-
_See code: [src/commands/project/domain/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/project/domain/add.js)_
936+
_See code: [src/commands/project/domain/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/project/domain/add.js)_
937937

938938
## `swaggerhub project:domain:remove`
939939

@@ -954,7 +954,7 @@ EXAMPLE
954954
swaggerhub project:domain:remove organization/project_name my_domain
955955
```
956956

957-
_See code: [src/commands/project/domain/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/project/domain/remove.js)_
957+
_See code: [src/commands/project/domain/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/project/domain/remove.js)_
958958

959959
## `swaggerhub project:get`
960960

@@ -974,7 +974,7 @@ EXAMPLE
974974
swaggerhub project:get organization/project_name
975975
```
976976

977-
_See code: [src/commands/project/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/project/get.js)_
977+
_See code: [src/commands/project/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/project/get.js)_
978978

979979
## `swaggerhub project:list`
980980

@@ -995,7 +995,7 @@ EXAMPLES
995995
swaggerhub project:list organization
996996
```
997997

998-
_See code: [src/commands/project/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/project/list.js)_
998+
_See code: [src/commands/project/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/project/list.js)_
999999

10001000
## `swaggerhub project:member:list`
10011001

@@ -1015,7 +1015,7 @@ EXAMPLE
10151015
swaggerhub project:member:list organisation/project_name
10161016
```
10171017

1018-
_See code: [src/commands/project/member/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.4/src/commands/project/member/list.js)_
1018+
_See code: [src/commands/project/member/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.5/src/commands/project/member/list.js)_
10191019
<!-- commandsstop -->
10201020

10211021
# Plugins

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swaggerhub-cli",
33
"description": "SwaggerHub CLI",
4-
"version": "0.6.4",
4+
"version": "0.6.5",
55
"author": "SmartBear",
66
"bin": {
77
"swaggerhub": "./bin/run"

0 commit comments

Comments
 (0)