@@ -170,7 +170,7 @@ EXAMPLES
170
170
swaggerhub api:create organization/api/1.0.0 --published=publish --setdefault --file api.json
171
171
```
172
172
173
- _ See code: [ src/commands/api/create.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/api/create.js ) _
173
+ _ See code: [ src/commands/api/create.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/api/create.js ) _
174
174
175
175
## ` swaggerhub api:delete `
176
176
@@ -193,7 +193,7 @@ EXAMPLES
193
193
swaggerhub api:delete organization/api --force
194
194
```
195
195
196
- _ See code: [ src/commands/api/delete.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/api/delete.js ) _
196
+ _ See code: [ src/commands/api/delete.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/api/delete.js ) _
197
197
198
198
## ` swaggerhub api:get `
199
199
@@ -220,7 +220,7 @@ EXAMPLES
220
220
swaggerhub api:get organization/api/1.0.0 --json
221
221
```
222
222
223
- _ See code: [ src/commands/api/get.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/api/get.js ) _
223
+ _ See code: [ src/commands/api/get.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/api/get.js ) _
224
224
225
225
## ` swaggerhub api:publish `
226
226
@@ -240,7 +240,7 @@ EXAMPLE
240
240
swaggerhub api:publish organization/api/1.0.0
241
241
```
242
242
243
- _ See code: [ src/commands/api/publish.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/api/publish.js ) _
243
+ _ See code: [ src/commands/api/publish.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/api/publish.js ) _
244
244
245
245
## ` swaggerhub api:setdefault `
246
246
@@ -260,7 +260,7 @@ EXAMPLE
260
260
swaggerhub api:setdefault organization/api/2.0.0
261
261
```
262
262
263
- _ See code: [ src/commands/api/setdefault.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/api/setdefault.js ) _
263
+ _ See code: [ src/commands/api/setdefault.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/api/setdefault.js ) _
264
264
265
265
## ` swaggerhub api:unpublish `
266
266
@@ -280,7 +280,7 @@ EXAMPLE
280
280
swaggerhub api:unpublish organization/api/1.0.0
281
281
```
282
282
283
- _ See code: [ src/commands/api/unpublish.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/api/unpublish.js ) _
283
+ _ See code: [ src/commands/api/unpublish.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/api/unpublish.js ) _
284
284
285
285
## ` swaggerhub api:update `
286
286
@@ -314,7 +314,7 @@ EXAMPLES
314
314
swaggerhub api:update organization/api/1.0.0 --visibility=private
315
315
```
316
316
317
- _ See code: [ src/commands/api/update.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/api/update.js ) _
317
+ _ See code: [ src/commands/api/update.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/api/update.js ) _
318
318
319
319
## ` swaggerhub api:validate `
320
320
@@ -339,7 +339,7 @@ EXAMPLES
339
339
swaggerhub api:validate organization/api
340
340
```
341
341
342
- _ See code: [ src/commands/api/validate.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/api/validate.js ) _
342
+ _ See code: [ src/commands/api/validate.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/api/validate.js ) _
343
343
344
344
## ` swaggerhub configure `
345
345
@@ -361,7 +361,7 @@ DESCRIPTION
361
361
settings.
362
362
```
363
363
364
- _ See code: [ src/commands/configure.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/configure.js ) _
364
+ _ See code: [ src/commands/configure.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/configure.js ) _
365
365
366
366
## ` swaggerhub domain:create `
367
367
@@ -393,7 +393,7 @@ EXAMPLES
393
393
swaggerhub domain:create organization/domain/1.0.0 --publish --setdefault --file domain.json
394
394
```
395
395
396
- _ See code: [ src/commands/domain/create.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/domain/create.js ) _
396
+ _ See code: [ src/commands/domain/create.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/domain/create.js ) _
397
397
398
398
## ` swaggerhub domain:delete `
399
399
@@ -416,7 +416,7 @@ EXAMPLES
416
416
swaggerhub domain:delete organization/domain --force
417
417
```
418
418
419
- _ See code: [ src/commands/domain/delete.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/domain/delete.js ) _
419
+ _ See code: [ src/commands/domain/delete.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/domain/delete.js ) _
420
420
421
421
## ` swaggerhub domain:get `
422
422
@@ -442,7 +442,7 @@ EXAMPLES
442
442
swaggerhub domain:get organization/domain/1.0.0 --json
443
443
```
444
444
445
- _ See code: [ src/commands/domain/get.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/domain/get.js ) _
445
+ _ See code: [ src/commands/domain/get.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/domain/get.js ) _
446
446
447
447
## ` swaggerhub domain:publish `
448
448
@@ -462,7 +462,7 @@ EXAMPLE
462
462
swaggerhub domain:publish organization/domain/1.0.0
463
463
```
464
464
465
- _ See code: [ src/commands/domain/publish.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/domain/publish.js ) _
465
+ _ See code: [ src/commands/domain/publish.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/domain/publish.js ) _
466
466
467
467
## ` swaggerhub domain:setdefault `
468
468
@@ -482,7 +482,7 @@ EXAMPLE
482
482
swaggerhub domain:setdefault organization/domain/2.0.0
483
483
```
484
484
485
- _ See code: [ src/commands/domain/setdefault.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/domain/setdefault.js ) _
485
+ _ See code: [ src/commands/domain/setdefault.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/domain/setdefault.js ) _
486
486
487
487
## ` swaggerhub domain:unpublish `
488
488
@@ -502,7 +502,7 @@ EXAMPLE
502
502
swaggerhub domain:unpublish organization/domain/1.0.0
503
503
```
504
504
505
- _ See code: [ src/commands/domain/unpublish.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/domain/unpublish.js ) _
505
+ _ See code: [ src/commands/domain/unpublish.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/domain/unpublish.js ) _
506
506
507
507
## ` swaggerhub domain:update `
508
508
@@ -536,7 +536,7 @@ EXAMPLES
536
536
swaggerhub domain:update organization/domain/1.0.0 --visibility=private
537
537
```
538
538
539
- _ See code: [ src/commands/domain/update.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/domain/update.js ) _
539
+ _ See code: [ src/commands/domain/update.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/domain/update.js ) _
540
540
541
541
## ` swaggerhub help `
542
542
@@ -579,7 +579,7 @@ EXAMPLE
579
579
swaggerhub integration:create organization/api/1.0.0 --file config.json
580
580
```
581
581
582
- _ See code: [ src/commands/integration/create.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/integration/create.js ) _
582
+ _ See code: [ src/commands/integration/create.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/integration/create.js ) _
583
583
584
584
## ` swaggerhub integration:delete `
585
585
@@ -599,7 +599,7 @@ EXAMPLE
599
599
swaggerhub integration:delete organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
600
600
```
601
601
602
- _ See code: [ src/commands/integration/delete.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/integration/delete.js ) _
602
+ _ See code: [ src/commands/integration/delete.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/integration/delete.js ) _
603
603
604
604
## ` swaggerhub integration:execute `
605
605
@@ -619,7 +619,7 @@ EXAMPLE
619
619
swaggerhub integration:execute organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
620
620
```
621
621
622
- _ See code: [ src/commands/integration/execute.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/integration/execute.js ) _
622
+ _ See code: [ src/commands/integration/execute.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/integration/execute.js ) _
623
623
624
624
## ` swaggerhub integration:get `
625
625
@@ -639,7 +639,7 @@ EXAMPLE
639
639
swaggerhub integration:get organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
640
640
```
641
641
642
- _ See code: [ src/commands/integration/get.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/integration/get.js ) _
642
+ _ See code: [ src/commands/integration/get.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/integration/get.js ) _
643
643
644
644
## ` swaggerhub integration:list `
645
645
@@ -659,7 +659,7 @@ EXAMPLE
659
659
swaggerhub integration:list organization/api/1.0.0
660
660
```
661
661
662
- _ See code: [ src/commands/integration/list.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/integration/list.js ) _
662
+ _ See code: [ src/commands/integration/list.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/integration/list.js ) _
663
663
664
664
## ` swaggerhub integration:update `
665
665
@@ -680,7 +680,7 @@ EXAMPLE
680
680
swaggerhub integration:update organization/api/1.0.0/503c2db6-448a-4678-abcd-0123456789abc --file config.json
681
681
```
682
682
683
- _ See code: [ src/commands/integration/update.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/integration/update.js ) _
683
+ _ See code: [ src/commands/integration/update.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/integration/update.js ) _
684
684
685
685
## ` swaggerhub plugins `
686
686
@@ -839,7 +839,7 @@ EXAMPLE
839
839
swaggerhub project:api:add organization/project_name my_api
840
840
```
841
841
842
- _ See code: [ src/commands/project/api/add.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/project/api/add.js ) _
842
+ _ See code: [ src/commands/project/api/add.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/project/api/add.js ) _
843
843
844
844
## ` swaggerhub project:api:remove `
845
845
@@ -860,7 +860,7 @@ EXAMPLE
860
860
swaggerhub project:api:remove organization/project_name my_api
861
861
```
862
862
863
- _ See code: [ src/commands/project/api/remove.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/project/api/remove.js ) _
863
+ _ See code: [ src/commands/project/api/remove.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/project/api/remove.js ) _
864
864
865
865
## ` swaggerhub project:create `
866
866
@@ -888,7 +888,7 @@ EXAMPLES
888
888
swaggerhub project:create organization/new_project_name -a "testapi1" -d "testdomain3" --description "description"
889
889
```
890
890
891
- _ See code: [ src/commands/project/create.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/project/create.js ) _
891
+ _ See code: [ src/commands/project/create.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/project/create.js ) _
892
892
893
893
## ` swaggerhub project:delete `
894
894
@@ -908,7 +908,7 @@ EXAMPLE
908
908
swaggerhub project:delete organization/project_name
909
909
```
910
910
911
- _ See code: [ src/commands/project/delete.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/project/delete.js ) _
911
+ _ See code: [ src/commands/project/delete.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/project/delete.js ) _
912
912
913
913
## ` swaggerhub project:domain:add `
914
914
@@ -929,7 +929,7 @@ EXAMPLE
929
929
swaggerhub project:domain:add organization/project_name my_domain
930
930
```
931
931
932
- _ See code: [ src/commands/project/domain/add.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/project/domain/add.js ) _
932
+ _ See code: [ src/commands/project/domain/add.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/project/domain/add.js ) _
933
933
934
934
## ` swaggerhub project:domain:remove `
935
935
@@ -950,7 +950,7 @@ EXAMPLE
950
950
swaggerhub project:domain:remove organization/project_name my_domain
951
951
```
952
952
953
- _ See code: [ src/commands/project/domain/remove.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/project/domain/remove.js ) _
953
+ _ See code: [ src/commands/project/domain/remove.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/project/domain/remove.js ) _
954
954
955
955
## ` swaggerhub project:get `
956
956
@@ -970,7 +970,7 @@ EXAMPLE
970
970
swaggerhub project:get organization/project_name
971
971
```
972
972
973
- _ See code: [ src/commands/project/get.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/project/get.js ) _
973
+ _ See code: [ src/commands/project/get.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/project/get.js ) _
974
974
975
975
## ` swaggerhub project:list `
976
976
@@ -991,7 +991,7 @@ EXAMPLES
991
991
swaggerhub project:list organization
992
992
```
993
993
994
- _ See code: [ src/commands/project/list.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/project/list.js ) _
994
+ _ See code: [ src/commands/project/list.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/project/list.js ) _
995
995
996
996
## ` swaggerhub project:member:list `
997
997
@@ -1011,7 +1011,7 @@ EXAMPLE
1011
1011
swaggerhub project:member:list organisation/project_name
1012
1012
```
1013
1013
1014
- _ See code: [ src/commands/project/member/list.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.2 /src/commands/project/member/list.js ) _
1014
+ _ See code: [ src/commands/project/member/list.js] ( https://github.com/SmartBear/swaggerhub-cli/blob/v0.6.3 /src/commands/project/member/list.js ) _
1015
1015
<!-- commandsstop -->
1016
1016
1017
1017
# Plugins
0 commit comments