Skip to content

Commit

Permalink
release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomzo committed Dec 12, 2018
1 parent d403a61 commit d2cc19e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.8.2 (12 Dec 2018)

* accept stdin input in cli tool

# 0.8.1 (30 Nov 2018)

* adds CLI for syntax checking
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ And this is done by the GoCD server:

# Syntax checking

Since `0.8.1` plugin is an executable and supports basic syntax checking.
Since `0.8.2` plugin is an executable and supports basic syntax checking.

## Usage with java installed

Expand Down Expand Up @@ -188,7 +188,7 @@ sudo bash -c "`curl -L https://raw.githubusercontent.com/ai-traders/ide/master/i

Add `Idefile` in your project with following content
```
IDE_DOCKER_IMAGE=tomzo/gocd-yaml-ide:0.8.1
IDE_DOCKER_IMAGE=tomzo/gocd-yaml-ide:0.8.2
```

To validate files run:
Expand All @@ -211,7 +211,7 @@ watch gocd-yaml syntax ci.gocd.yaml
## Usage with docker only

```
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-yaml-ide:0.8.1 bash
docker run -ti --rm --volume $(pwd):/ide/work tomzo/gocd-yaml-ide:0.8.2 bash
```
Then you have an interactive shell as above.

Expand Down

0 comments on commit d2cc19e

Please sign in to comment.