Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rody Kirwan authored and Rody Kirwan committed Jun 24, 2020
2 parents 60d2944 + 8645542 commit 676adf0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ EXAMPLES
swaggerhub api:create organization/api --file api.yaml
```

_See code: [src/commands/api/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.3/src/commands/api/create.js)_
_See code: [src/commands/api/create.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.6/src/commands/api/create.js)_

### swaggerhub api:get

Expand All @@ -100,7 +100,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.2.3/src/commands/api/get.js)_
_See code: [src/commands/api/get.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.6/src/commands/api/get.js)_

### swaggerhub api:publish

Expand All @@ -120,7 +120,7 @@ EXAMPLE
swaggerhub api:publish organization/api/1.0.0
```

_See code: [src/commands/api/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.3/src/commands/api/publish.js)_
_See code: [src/commands/api/publish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.6/src/commands/api/publish.js)_

### swaggerhub api:setdefault

Expand All @@ -140,7 +140,7 @@ EXAMPLE
swaggerhub api:setdefault organization/api/2.0.0
```

_See code: [src/commands/api/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.3/src/commands/api/setdefault.js)_
_See code: [src/commands/api/setdefault.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.6/src/commands/api/setdefault.js)_

### swaggerhub api:unpublish

Expand All @@ -160,7 +160,7 @@ EXAMPLE
swaggerhub api:unpublish organization/api/1.0.0
```

_See code: [src/commands/api/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.3/src/commands/api/unpublish.js)_
_See code: [src/commands/api/unpublish.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.6/src/commands/api/unpublish.js)_

### swaggerhub api:update

Expand All @@ -187,7 +187,7 @@ EXAMPLES
swaggerhub api:update organization/api/1.0.0 --file api.json
```

_See code: [src/commands/api/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.3/src/commands/api/update.js)_
_See code: [src/commands/api/update.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.6/src/commands/api/update.js)_

### swaggerhub configure

Expand All @@ -204,7 +204,7 @@ DESCRIPTION
settings.
```

_See code: [src/commands/configure.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.3/src/commands/configure.js)_
_See code: [src/commands/configure.js](https://github.com/SmartBear/swaggerhub-cli/blob/v0.2.6/src/commands/configure.js)_

### swaggerhub help [COMMAND]

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swaggerhub-cli",
"description": "SwaggerHub CLI",
"version": "0.2.5",
"version": "0.2.6",
"author": "SmartBear",
"bin": {
"swaggerhub": "./bin/run"
Expand Down Expand Up @@ -79,11 +79,10 @@
"repository": "SmartBear/swaggerhub-cli",
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"prepack": "oclif-dev manifest && oclif-dev readme",
"prepack": "oclif-dev manifest",
"test": "nyc mocha --forbid-only \"test/**/*.test.js\"",
"lint": "eslint_d ./src ./test",
"postinstall": "node ./src/check-node-version",
"version": "oclif-dev readme && git add README.md"
"postinstall": "node ./src/check-node-version"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 676adf0

Please sign in to comment.