Skip to content

Commit f0b9d15

Browse files
Release for v0.7.1
1 parent 310f1f9 commit f0b9d15

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

README.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ EXAMPLES
183183
$ swaggerhub api:create organization/api/1.0.0 --published=publish --setdefault --file api.json
184184
```
185185

186-
_See code: [src/commands/api/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/api/create.js)_
186+
_See code: [src/commands/api/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/api/create.js)_
187187

188188
## `swaggerhub api:delete`
189189

@@ -212,7 +212,7 @@ EXAMPLES
212212
$ swaggerhub api:delete organization/api --force
213213
```
214214

215-
_See code: [src/commands/api/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/api/delete.js)_
215+
_See code: [src/commands/api/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/api/delete.js)_
216216

217217
## `swaggerhub api:get`
218218

@@ -242,7 +242,7 @@ EXAMPLES
242242
$ swaggerhub api:get organization/api/1.0.0 --json
243243
```
244244

245-
_See code: [src/commands/api/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/api/get.js)_
245+
_See code: [src/commands/api/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/api/get.js)_
246246

247247
## `swaggerhub api:publish`
248248

@@ -268,7 +268,7 @@ EXAMPLES
268268
$ swaggerhub api:publish organization/api/1.0.0 --force
269269
```
270270

271-
_See code: [src/commands/api/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/api/publish.js)_
271+
_See code: [src/commands/api/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/api/publish.js)_
272272

273273
## `swaggerhub api:setdefault`
274274

@@ -291,7 +291,7 @@ EXAMPLES
291291
$ swaggerhub api:setdefault organization/api/2.0.0
292292
```
293293

294-
_See code: [src/commands/api/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/api/setdefault.js)_
294+
_See code: [src/commands/api/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/api/setdefault.js)_
295295

296296
## `swaggerhub api:unpublish`
297297

@@ -314,7 +314,7 @@ EXAMPLES
314314
$ swaggerhub api:unpublish organization/api/1.0.0
315315
```
316316

317-
_See code: [src/commands/api/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/api/unpublish.js)_
317+
_See code: [src/commands/api/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/api/unpublish.js)_
318318

319319
## `swaggerhub api:update`
320320

@@ -358,7 +358,7 @@ EXAMPLES
358358
$ swaggerhub api:update organization/api/1.0.0 --visibility=private
359359
```
360360

361-
_See code: [src/commands/api/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/api/update.js)_
361+
_See code: [src/commands/api/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/api/update.js)_
362362

363363
## `swaggerhub api:validate`
364364

@@ -391,7 +391,7 @@ EXAMPLES
391391
$ swaggerhub api:validate --fail-on-critical organization/api
392392
```
393393

394-
_See code: [src/commands/api/validate.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/api/validate.js)_
394+
_See code: [src/commands/api/validate.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/api/validate.js)_
395395

396396
## `swaggerhub configure`
397397

@@ -414,7 +414,7 @@ DESCRIPTION
414414
settings.
415415
```
416416

417-
_See code: [src/commands/configure.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/configure.js)_
417+
_See code: [src/commands/configure.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/configure.js)_
418418

419419
## `swaggerhub domain:create`
420420

@@ -455,7 +455,7 @@ EXAMPLES
455455
$ swaggerhub domain:create organization/domain/1.0.0 --publish --setdefault --file domain.json
456456
```
457457

458-
_See code: [src/commands/domain/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/domain/create.js)_
458+
_See code: [src/commands/domain/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/domain/create.js)_
459459

460460
## `swaggerhub domain:delete`
461461

@@ -484,7 +484,7 @@ EXAMPLES
484484
$ swaggerhub domain:delete organization/domain --force
485485
```
486486

487-
_See code: [src/commands/domain/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/domain/delete.js)_
487+
_See code: [src/commands/domain/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/domain/delete.js)_
488488

489489
## `swaggerhub domain:get`
490490

@@ -513,7 +513,7 @@ EXAMPLES
513513
$ swaggerhub domain:get organization/domain/1.0.0 --json
514514
```
515515

516-
_See code: [src/commands/domain/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/domain/get.js)_
516+
_See code: [src/commands/domain/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/domain/get.js)_
517517

518518
## `swaggerhub domain:publish`
519519

@@ -536,7 +536,7 @@ EXAMPLES
536536
$ swaggerhub domain:publish organization/domain/1.0.0
537537
```
538538

539-
_See code: [src/commands/domain/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/domain/publish.js)_
539+
_See code: [src/commands/domain/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/domain/publish.js)_
540540

541541
## `swaggerhub domain:setdefault`
542542

@@ -559,7 +559,7 @@ EXAMPLES
559559
$ swaggerhub domain:setdefault organization/domain/2.0.0
560560
```
561561

562-
_See code: [src/commands/domain/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/domain/setdefault.js)_
562+
_See code: [src/commands/domain/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/domain/setdefault.js)_
563563

564564
## `swaggerhub domain:unpublish`
565565

@@ -582,7 +582,7 @@ EXAMPLES
582582
$ swaggerhub domain:unpublish organization/domain/1.0.0
583583
```
584584

585-
_See code: [src/commands/domain/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/domain/unpublish.js)_
585+
_See code: [src/commands/domain/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/domain/unpublish.js)_
586586

587587
## `swaggerhub domain:update`
588588

@@ -626,7 +626,7 @@ EXAMPLES
626626
$ swaggerhub domain:update organization/domain/1.0.0 --visibility=private
627627
```
628628

629-
_See code: [src/commands/domain/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/domain/update.js)_
629+
_See code: [src/commands/domain/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/domain/update.js)_
630630

631631
## `swaggerhub help`
632632

@@ -674,7 +674,7 @@ EXAMPLES
674674
$ swaggerhub integration:create organization/api/1.0.0 --file config.json
675675
```
676676

677-
_See code: [src/commands/integration/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/integration/create.js)_
677+
_See code: [src/commands/integration/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/integration/create.js)_
678678

679679
## `swaggerhub integration:delete`
680680

@@ -697,7 +697,7 @@ EXAMPLES
697697
$ swaggerhub integration:delete organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
698698
```
699699

700-
_See code: [src/commands/integration/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/integration/delete.js)_
700+
_See code: [src/commands/integration/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/integration/delete.js)_
701701

702702
## `swaggerhub integration:execute`
703703

@@ -720,7 +720,7 @@ EXAMPLES
720720
$ swaggerhub integration:execute organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
721721
```
722722

723-
_See code: [src/commands/integration/execute.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/integration/execute.js)_
723+
_See code: [src/commands/integration/execute.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/integration/execute.js)_
724724

725725
## `swaggerhub integration:get`
726726

@@ -743,7 +743,7 @@ EXAMPLES
743743
$ swaggerhub integration:get organization/api/1.0.0/503c2db6-448a-4678-a310-f465429e9704
744744
```
745745

746-
_See code: [src/commands/integration/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/integration/get.js)_
746+
_See code: [src/commands/integration/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/integration/get.js)_
747747

748748
## `swaggerhub integration:list`
749749

@@ -766,7 +766,7 @@ EXAMPLES
766766
$ swaggerhub integration:list organization/api/1.0.0
767767
```
768768

769-
_See code: [src/commands/integration/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/integration/list.js)_
769+
_See code: [src/commands/integration/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/integration/list.js)_
770770

771771
## `swaggerhub integration:update`
772772

@@ -790,7 +790,7 @@ EXAMPLES
790790
$ swaggerhub integration:update organization/api/1.0.0/503c2db6-448a-4678-abcd-0123456789abc --file config.json
791791
```
792792

793-
_See code: [src/commands/integration/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/integration/update.js)_
793+
_See code: [src/commands/integration/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/integration/update.js)_
794794

795795
## `swaggerhub plugins`
796796

@@ -1057,7 +1057,7 @@ EXAMPLES
10571057
$ swaggerhub project:api:add organization/project_name my_api
10581058
```
10591059

1060-
_See code: [src/commands/project/api/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/project/api/add.js)_
1060+
_See code: [src/commands/project/api/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/project/api/add.js)_
10611061

10621062
## `swaggerhub project:api:remove`
10631063

@@ -1081,7 +1081,7 @@ EXAMPLES
10811081
$ swaggerhub project:api:remove organization/project_name my_api
10821082
```
10831083

1084-
_See code: [src/commands/project/api/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/project/api/remove.js)_
1084+
_See code: [src/commands/project/api/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/project/api/remove.js)_
10851085

10861086
## `swaggerhub project:create`
10871087

@@ -1117,7 +1117,7 @@ EXAMPLES
11171117
$ swaggerhub project:create organization/new_project_name -a "testapi1" -d "testdomain3" --description "description"
11181118
```
11191119

1120-
_See code: [src/commands/project/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/project/create.js)_
1120+
_See code: [src/commands/project/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/project/create.js)_
11211121

11221122
## `swaggerhub project:delete`
11231123

@@ -1140,7 +1140,7 @@ EXAMPLES
11401140
$ swaggerhub project:delete organization/project_name
11411141
```
11421142

1143-
_See code: [src/commands/project/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/project/delete.js)_
1143+
_See code: [src/commands/project/delete.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/project/delete.js)_
11441144

11451145
## `swaggerhub project:domain:add`
11461146

@@ -1164,7 +1164,7 @@ EXAMPLES
11641164
$ swaggerhub project:domain:add organization/project_name my_domain
11651165
```
11661166

1167-
_See code: [src/commands/project/domain/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/project/domain/add.js)_
1167+
_See code: [src/commands/project/domain/add.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/project/domain/add.js)_
11681168

11691169
## `swaggerhub project:domain:remove`
11701170

@@ -1188,7 +1188,7 @@ EXAMPLES
11881188
$ swaggerhub project:domain:remove organization/project_name my_domain
11891189
```
11901190

1191-
_See code: [src/commands/project/domain/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/project/domain/remove.js)_
1191+
_See code: [src/commands/project/domain/remove.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/project/domain/remove.js)_
11921192

11931193
## `swaggerhub project:get`
11941194

@@ -1211,7 +1211,7 @@ EXAMPLES
12111211
$ swaggerhub project:get organization/project_name
12121212
```
12131213

1214-
_See code: [src/commands/project/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/project/get.js)_
1214+
_See code: [src/commands/project/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/project/get.js)_
12151215

12161216
## `swaggerhub project:list`
12171217

@@ -1236,7 +1236,7 @@ EXAMPLES
12361236
$ swaggerhub project:list organization
12371237
```
12381238

1239-
_See code: [src/commands/project/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/project/list.js)_
1239+
_See code: [src/commands/project/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/project/list.js)_
12401240

12411241
## `swaggerhub project:member:list`
12421242

@@ -1259,7 +1259,7 @@ EXAMPLES
12591259
$ swaggerhub project:member:list organisation/project_name
12601260
```
12611261

1262-
_See code: [src/commands/project/member/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.0/src/commands/project/member/list.js)_
1262+
_See code: [src/commands/project/member/list.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.7.1/src/commands/project/member/list.js)_
12631263
<!-- commandsstop -->
12641264

12651265
# Plugins

package-lock.json

Lines changed: 2 additions & 2 deletions
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.7.0",
4+
"version": "0.7.1",
55
"author": "SmartBear",
66
"bin": {
77
"swaggerhub": "./bin/run"

0 commit comments

Comments
 (0)