Skip to content

Commit be724c2

Browse files
chore: bump versions for release (#270)
* Bumped versions for 0.6.3 * Update README for release
1 parent 68d6035 commit be724c2

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
@@ -170,7 +170,7 @@ EXAMPLES
170170
swaggerhub api:create organization/api/1.0.0 --published=publish --setdefault --file api.json
171171
```
172172

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)_
174174

175175
## `swaggerhub api:delete`
176176

@@ -193,7 +193,7 @@ EXAMPLES
193193
swaggerhub api:delete organization/api --force
194194
```
195195

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)_
197197

198198
## `swaggerhub api:get`
199199

@@ -220,7 +220,7 @@ EXAMPLES
220220
swaggerhub api:get organization/api/1.0.0 --json
221221
```
222222

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)_
224224

225225
## `swaggerhub api:publish`
226226

@@ -240,7 +240,7 @@ EXAMPLE
240240
swaggerhub api:publish organization/api/1.0.0
241241
```
242242

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)_
244244

245245
## `swaggerhub api:setdefault`
246246

@@ -260,7 +260,7 @@ EXAMPLE
260260
swaggerhub api:setdefault organization/api/2.0.0
261261
```
262262

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)_
264264

265265
## `swaggerhub api:unpublish`
266266

@@ -280,7 +280,7 @@ EXAMPLE
280280
swaggerhub api:unpublish organization/api/1.0.0
281281
```
282282

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)_
284284

285285
## `swaggerhub api:update`
286286

@@ -314,7 +314,7 @@ EXAMPLES
314314
swaggerhub api:update organization/api/1.0.0 --visibility=private
315315
```
316316

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)_
318318

319319
## `swaggerhub api:validate`
320320

@@ -339,7 +339,7 @@ EXAMPLES
339339
swaggerhub api:validate organization/api
340340
```
341341

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)_
343343

344344
## `swaggerhub configure`
345345

@@ -361,7 +361,7 @@ DESCRIPTION
361361
settings.
362362
```
363363

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)_
365365

366366
## `swaggerhub domain:create`
367367

@@ -393,7 +393,7 @@ EXAMPLES
393393
swaggerhub domain:create organization/domain/1.0.0 --publish --setdefault --file domain.json
394394
```
395395

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)_
397397

398398
## `swaggerhub domain:delete`
399399

@@ -416,7 +416,7 @@ EXAMPLES
416416
swaggerhub domain:delete organization/domain --force
417417
```
418418

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)_
420420

421421
## `swaggerhub domain:get`
422422

@@ -442,7 +442,7 @@ EXAMPLES
442442
swaggerhub domain:get organization/domain/1.0.0 --json
443443
```
444444

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)_
446446

447447
## `swaggerhub domain:publish`
448448

@@ -462,7 +462,7 @@ EXAMPLE
462462
swaggerhub domain:publish organization/domain/1.0.0
463463
```
464464

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)_
466466

467467
## `swaggerhub domain:setdefault`
468468

@@ -482,7 +482,7 @@ EXAMPLE
482482
swaggerhub domain:setdefault organization/domain/2.0.0
483483
```
484484

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)_
486486

487487
## `swaggerhub domain:unpublish`
488488

@@ -502,7 +502,7 @@ EXAMPLE
502502
swaggerhub domain:unpublish organization/domain/1.0.0
503503
```
504504

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)_
506506

507507
## `swaggerhub domain:update`
508508

@@ -536,7 +536,7 @@ EXAMPLES
536536
swaggerhub domain:update organization/domain/1.0.0 --visibility=private
537537
```
538538

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)_
540540

541541
## `swaggerhub help`
542542

@@ -579,7 +579,7 @@ EXAMPLE
579579
swaggerhub integration:create organization/api/1.0.0 --file config.json
580580
```
581581

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)_
583583

584584
## `swaggerhub integration:delete`
585585

@@ -599,7 +599,7 @@ EXAMPLE
599599
swaggerhub integration:delete organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
600600
```
601601

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)_
603603

604604
## `swaggerhub integration:execute`
605605

@@ -619,7 +619,7 @@ EXAMPLE
619619
swaggerhub integration:execute organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
620620
```
621621

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)_
623623

624624
## `swaggerhub integration:get`
625625

@@ -639,7 +639,7 @@ EXAMPLE
639639
swaggerhub integration:get organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
640640
```
641641

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)_
643643

644644
## `swaggerhub integration:list`
645645

@@ -659,7 +659,7 @@ EXAMPLE
659659
swaggerhub integration:list organization/api/1.0.0
660660
```
661661

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)_
663663

664664
## `swaggerhub integration:update`
665665

@@ -680,7 +680,7 @@ EXAMPLE
680680
swaggerhub integration:update organization/api/1.0.0/503c2db6-448a-4678-abcd-0123456789abc --file config.json
681681
```
682682

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)_
684684

685685
## `swaggerhub plugins`
686686

@@ -839,7 +839,7 @@ EXAMPLE
839839
swaggerhub project:api:add organization/project_name my_api
840840
```
841841

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)_
843843

844844
## `swaggerhub project:api:remove`
845845

@@ -860,7 +860,7 @@ EXAMPLE
860860
swaggerhub project:api:remove organization/project_name my_api
861861
```
862862

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)_
864864

865865
## `swaggerhub project:create`
866866

@@ -888,7 +888,7 @@ EXAMPLES
888888
swaggerhub project:create organization/new_project_name -a "testapi1" -d "testdomain3" --description "description"
889889
```
890890

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)_
892892

893893
## `swaggerhub project:delete`
894894

@@ -908,7 +908,7 @@ EXAMPLE
908908
swaggerhub project:delete organization/project_name
909909
```
910910

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)_
912912

913913
## `swaggerhub project:domain:add`
914914

@@ -929,7 +929,7 @@ EXAMPLE
929929
swaggerhub project:domain:add organization/project_name my_domain
930930
```
931931

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)_
933933

934934
## `swaggerhub project:domain:remove`
935935

@@ -950,7 +950,7 @@ EXAMPLE
950950
swaggerhub project:domain:remove organization/project_name my_domain
951951
```
952952

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)_
954954

955955
## `swaggerhub project:get`
956956

@@ -970,7 +970,7 @@ EXAMPLE
970970
swaggerhub project:get organization/project_name
971971
```
972972

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)_
974974

975975
## `swaggerhub project:list`
976976

@@ -991,7 +991,7 @@ EXAMPLES
991991
swaggerhub project:list organization
992992
```
993993

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)_
995995

996996
## `swaggerhub project:member:list`
997997

@@ -1011,7 +1011,7 @@ EXAMPLE
10111011
swaggerhub project:member:list organisation/project_name
10121012
```
10131013

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)_
10151015
<!-- commandsstop -->
10161016

10171017
# 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.2",
4+
"version": "0.6.3",
55
"author": "SmartBear",
66
"bin": {
77
"swaggerhub": "./bin/run"

0 commit comments

Comments
 (0)