diff --git a/README.md b/README.md index 0083e40..092be20 100644 --- a/README.md +++ b/README.md @@ -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