I think it's easier to run this script then always remembering the command :)
In addition to that, I just recently found out --verbose flag. It comes handy since by default, if Puppetfile contains invalid version specifier, bundle exec librarian-puppet package will silently quit and not produce any error messages which means you won't know things are broken.
I think it's easier to run this script then always remembering the command :)
In addition to that, I just recently found out
--verbose
flag. It comes handy since by default, ifPuppetfile
contains invalid version specifier,bundle exec librarian-puppet package
will silently quit and not produce any error messages which means you won't know things are broken.