From 5b2d26ba35a6f8392427885d1edbfb8fd08dcc12 Mon Sep 17 00:00:00 2001 From: Leslie Fung Date: Thu, 11 Jul 2019 11:43:15 +1000 Subject: [PATCH] Release v0.2.18 (#330) --- README.md | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b5e4ac6cd..fe6d090b5 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ EXAMPLE $ spot mock api.ts ``` -_See code: [build/cli/src/commands/checksum.js](https://github.com/airtasker/spot/blob/v0.2.17/build/cli/src/commands/checksum.js)_ +_See code: [build/cli/src/commands/checksum.js](https://github.com/airtasker/spot/blob/v0.2.18/build/cli/src/commands/checksum.js)_ ## `spot generate` @@ -158,7 +158,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.2.17/build/cli/src/commands/generate.js)_ +_See code: [build/cli/src/commands/generate.js](https://github.com/airtasker/spot/blob/v0.2.18/build/cli/src/commands/generate.js)_ ## `spot help [COMMAND]` @@ -196,7 +196,7 @@ EXAMPLE - package.json ``` -_See code: [build/cli/src/commands/init.js](https://github.com/airtasker/spot/blob/v0.2.17/build/cli/src/commands/init.js)_ +_See code: [build/cli/src/commands/init.js](https://github.com/airtasker/spot/blob/v0.2.18/build/cli/src/commands/init.js)_ ## `spot lint SPOT_CONTRACT` @@ -216,7 +216,7 @@ EXAMPLE $ spot lint api.ts ``` -_See code: [build/cli/src/commands/lint.js](https://github.com/airtasker/spot/blob/v0.2.17/build/cli/src/commands/lint.js)_ +_See code: [build/cli/src/commands/lint.js](https://github.com/airtasker/spot/blob/v0.2.18/build/cli/src/commands/lint.js)_ ## `spot mock SPOT_CONTRACT` @@ -238,7 +238,7 @@ EXAMPLE $ spot mock api.ts ``` -_See code: [build/cli/src/commands/mock.js](https://github.com/airtasker/spot/blob/v0.2.17/build/cli/src/commands/mock.js)_ +_See code: [build/cli/src/commands/mock.js](https://github.com/airtasker/spot/blob/v0.2.18/build/cli/src/commands/mock.js)_ ## `spot test SPOT_CONTRACT` @@ -257,6 +257,7 @@ OPTIONS -t, --testFilter=testFilter Filter by endpoint and test -u, --url=url (required) Base URL --debug Enable debug logs + --includeDraft Include draft endpoint tests EXAMPLES $ spot test api.ts -u http://localhost:3000 @@ -264,7 +265,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.2.17/build/cli/src/commands/test.js)_ +_See code: [build/cli/src/commands/test.js](https://github.com/airtasker/spot/blob/v0.2.18/build/cli/src/commands/test.js)_ ## `spot validate SPOT_CONTRACT` @@ -284,5 +285,5 @@ EXAMPLE $ spot validate api.ts ``` -_See code: [build/cli/src/commands/validate.js](https://github.com/airtasker/spot/blob/v0.2.17/build/cli/src/commands/validate.js)_ +_See code: [build/cli/src/commands/validate.js](https://github.com/airtasker/spot/blob/v0.2.18/build/cli/src/commands/validate.js)_ diff --git a/package.json b/package.json index 461c265a4..c6ea68fb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@airtasker/spot", - "version": "0.2.17", + "version": "0.2.18", "author": "Francois Wouts, Leslie Fung", "bin": { "spot": "./bin/run"