-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no output to stdout #9
Comments
I'll release a version with a fix for this soon |
Will it be possible to use the output as an object? |
It seems like it was already added here: see here: https://amoffat.github.io/sh/sections/special_arguments.html#out for reference |
In an unrelated subject, I'm doing quire a refactoring for v0.2.0 so it'll be easier to retrieve output, but I don't think it'll be trivial to do what you asked (like getting the AMI ID) as it depends on the provider you're using to create the image and on very potentially non-robust parsing of the output. I'll try to think of something. |
Thank you |
Any update on this? |
Hi, checking in on this. It would be very helpful to have. |
When I run a packer build of an AMI using this module, the command starts and runs......... and runs........ then just spits back my prompt. Is it done? Did it build? No clue... 😢
I've tried both Debug set to True & False
p.build(parallel=True, debug=False, force=False)
&p.build(parallel=True, debug=True, force=False)
I would like to have it output the same stdout that the native Packer outputs.
The text was updated successfully, but these errors were encountered: