Skip to content

Commit

Permalink
Release v1.0.1 (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfportal authored Jan 29, 2020
1 parent f6eaa68 commit c793caf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 26 deletions.
47 changes: 22 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@ We built Spot with this in mind. Instead of having to juggle various API format
[![License](https://img.shields.io/npm/l/@airtasker/spot.svg)](https://github.com/airtasker/spot/blob/master/package.json)

<!-- toc -->

- [Spot](#spot)
- [Why we built Spot](#why-we-built-spot)
- [Usage](#usage)
- [Commands](#commands)
<!-- tocstop -->
* [Spot](#spot)
* [Why we built Spot](#why-we-built-spot)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->

# Usage

Expand All @@ -117,16 +116,15 @@ npx @airtasker/spot generate --contract api.ts
# Commands

<!-- commands -->

- [`spot checksum SPOT_CONTRACT`](#spot-checksum-spot_contract)
- [`spot docs SPOT_CONTRACT`](#spot-docs-spot_contract)
- [`spot generate`](#spot-generate)
- [`spot help [COMMAND]`](#spot-help-command)
- [`spot init`](#spot-init)
- [`spot lint SPOT_CONTRACT`](#spot-lint-spot_contract)
- [`spot mock SPOT_CONTRACT`](#spot-mock-spot_contract)
- [`spot validate SPOT_CONTRACT`](#spot-validate-spot_contract)
- [`spot validation-server SPOT_CONTRACT`](#spot-validation-server-spot_contract)
* [`spot checksum SPOT_CONTRACT`](#spot-checksum-spot_contract)
* [`spot docs SPOT_CONTRACT`](#spot-docs-spot_contract)
* [`spot generate`](#spot-generate)
* [`spot help [COMMAND]`](#spot-help-command)
* [`spot init`](#spot-init)
* [`spot lint SPOT_CONTRACT`](#spot-lint-spot_contract)
* [`spot mock SPOT_CONTRACT`](#spot-mock-spot_contract)
* [`spot validate SPOT_CONTRACT`](#spot-validate-spot_contract)
* [`spot validation-server SPOT_CONTRACT`](#spot-validation-server-spot_contract)

## `spot checksum SPOT_CONTRACT`

Expand All @@ -146,7 +144,7 @@ EXAMPLE
$ spot checksum api.ts
```

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

## `spot docs SPOT_CONTRACT`

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

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

## `spot generate`

Expand All @@ -188,7 +186,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.1/build/cli/src/commands/generate.js)_
_See code: [build/cli/src/commands/generate.js](https://github.com/airtasker/spot/blob/v1.0.1/build/cli/src/commands/generate.js)_

## `spot help [COMMAND]`

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

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

## `spot lint SPOT_CONTRACT`

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

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

## `spot mock SPOT_CONTRACT`

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

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

## `spot validate SPOT_CONTRACT`

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

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

## `spot validation-server SPOT_CONTRACT`

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

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

_See code: [build/cli/src/commands/validation-server.js](https://github.com/airtasker/spot/blob/v1.0.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": "1.0.0",
"version": "1.0.1",
"author": "Francois Wouts, Leslie Fung",
"bin": {
"spot": "./bin/run"
Expand Down

0 comments on commit c793caf

Please sign in to comment.