Skip to content

Commit

Permalink
Adding live_stream option to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolb committed Sep 29, 2017
1 parent bff8455 commit d3aaa7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ client.build('template.json').artifacts
# Get packer output
result = client.build('template.json')
puts result.stdout

# Or have output streamed directly to stdout
result = client.build('template.json', live_stream: $STDOUT)
```

### Fix: Fix template
Expand Down

0 comments on commit d3aaa7d

Please sign in to comment.