VERSION 3.9.2

🔧  *bug fixes*

   - Bolt no longer errors when using the --run-as command-line option on a
   Windows controller.

VIEW FULL RELEASE NOTES
<https://github.com/puppetlabs/bolt/blob/main/CHANGELOG.md#bolt-392-2021-06-08>

*in the works*

   - Support for looking up values under the Hiera plan_hierarchy key from
   the command line.
   - Shipping Bolt with a bash autocompletion script.
   - Packages for macOS 11.
   - More readable type errors when running plans.

*nuts and bolts*

Each month, we'll highlight a different Bolt feature and cover the details
on what it is, why you might want to use it, and how it can be used in your
workflows.

May's highlighted feature is: *streaming*!

*What is streaming?*

Don't worry, the Bolt team isn't releasing *yet another* streaming service.
When you run commands and scripts on targets, Bolt gives you the option of
streaming the output from these commands and scripts as they are executed
on the targets. This lets you see what is happening on every target you run
the action on in near real-time, making it easier to debug problems with
commands and scripts or to see where in the process of executing an action
the target is.


*How do I enable streaming?*

There are two ways to enable streaming in Bolt. You can either enable it
from the command line for a single run with the --stream command-line
option, or you can enable it permanently in your configuration with the
stream setting. Whenever Bolt streams output, it will print output from
stdout and stderr in the order it receives it from each target, and will
prepend each line with the name of the target that it came from.


To learn more about streaming, check out the documentation below!

VIEW THE DOCUMENTATION
<https://puppet.com/docs/bolt/latest/experimental_features.html#streaming-output>
[image: Tw] <https://twitter.com/puppetize> [image: Yt]
<https://www.youtube.com/channel/UCPfMWIY-qNbLhIrbZm2BFMQ> [image: In]
<https://www.linkedin.com/company/puppet/>

*Bolt Documentation <https://puppet.com/docs/bolt/latest/bolt.html>*

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-dev/CAGdD-pUuKEu6VQsp5W2TaJ5kLP%3DVtOYtMbvQK89hgrY-f85Cig%40mail.gmail.com.

Reply via email to