Skip to content

Commit

Permalink
Release v0.3.1 (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfportal authored Dec 24, 2019
1 parent 176ae21 commit 1243b5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ EXAMPLE
$ spot mock api.ts
```

_See code: [build/cli/src/commands/checksum.js](https://github.com/airtasker/spot/blob/v0.3.0/build/cli/src/commands/checksum.js)_
_See code: [build/cli/src/commands/checksum.js](https://github.com/airtasker/spot/blob/v0.3.1/build/cli/src/commands/checksum.js)_

## `spot docs SPOT_CONTRACT`

Expand All @@ -160,7 +160,7 @@ EXAMPLE
$ spot docs api.ts
```

_See code: [build/cli/src/commands/docs.js](https://github.com/airtasker/spot/blob/v0.3.0/build/cli/src/commands/docs.js)_
_See code: [build/cli/src/commands/docs.js](https://github.com/airtasker/spot/blob/v0.3.1/build/cli/src/commands/docs.js)_

## `spot generate`

Expand All @@ -181,7 +181,7 @@ EXAMPLE
$ spot generate --contract api.ts --language yaml --generator openapi3 --out output/
```

_See code: [build/cli/src/commands/generate.js](https://github.com/airtasker/spot/blob/v0.3.0/build/cli/src/commands/generate.js)_
_See code: [build/cli/src/commands/generate.js](https://github.com/airtasker/spot/blob/v0.3.1/build/cli/src/commands/generate.js)_

## `spot help [COMMAND]`

Expand Down Expand Up @@ -219,7 +219,7 @@ EXAMPLE
- package.json
```

_See code: [build/cli/src/commands/init.js](https://github.com/airtasker/spot/blob/v0.3.0/build/cli/src/commands/init.js)_
_See code: [build/cli/src/commands/init.js](https://github.com/airtasker/spot/blob/v0.3.1/build/cli/src/commands/init.js)_

## `spot lint SPOT_CONTRACT`

Expand All @@ -239,7 +239,7 @@ EXAMPLE
$ spot lint api.ts
```

_See code: [build/cli/src/commands/lint.js](https://github.com/airtasker/spot/blob/v0.3.0/build/cli/src/commands/lint.js)_
_See code: [build/cli/src/commands/lint.js](https://github.com/airtasker/spot/blob/v0.3.1/build/cli/src/commands/lint.js)_

## `spot mock SPOT_CONTRACT`

Expand All @@ -264,7 +264,7 @@ EXAMPLE
$ spot mock api.ts
```

_See code: [build/cli/src/commands/mock.js](https://github.com/airtasker/spot/blob/v0.3.0/build/cli/src/commands/mock.js)_
_See code: [build/cli/src/commands/mock.js](https://github.com/airtasker/spot/blob/v0.3.1/build/cli/src/commands/mock.js)_

## `spot test SPOT_CONTRACT`

Expand All @@ -291,7 +291,7 @@ EXAMPLES
$ spot test api.ts -u http://localhost:3000 -t MyEndpoint:myTest
```

_See code: [build/cli/src/commands/test.js](https://github.com/airtasker/spot/blob/v0.3.0/build/cli/src/commands/test.js)_
_See code: [build/cli/src/commands/test.js](https://github.com/airtasker/spot/blob/v0.3.1/build/cli/src/commands/test.js)_

## `spot validate SPOT_CONTRACT`

Expand All @@ -311,7 +311,7 @@ EXAMPLE
$ spot validate api.ts
```

_See code: [build/cli/src/commands/validate.js](https://github.com/airtasker/spot/blob/v0.3.0/build/cli/src/commands/validate.js)_
_See code: [build/cli/src/commands/validate.js](https://github.com/airtasker/spot/blob/v0.3.1/build/cli/src/commands/validate.js)_

## `spot validation-server SPOT_CONTRACT`

Expand All @@ -332,5 +332,5 @@ EXAMPLE
$ spot validation-server api.ts
```

_See code: [build/cli/src/commands/validation-server.js](https://github.com/airtasker/spot/blob/v0.3.0/build/cli/src/commands/validation-server.js)_
_See code: [build/cli/src/commands/validation-server.js](https://github.com/airtasker/spot/blob/v0.3.1/build/cli/src/commands/validation-server.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airtasker/spot",
"version": "0.3.0",
"version": "0.3.1",
"author": "Francois Wouts, Leslie Fung",
"bin": {
"spot": "./bin/run"
Expand Down

0 comments on commit 1243b5a

Please sign in to comment.