StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 21 forks source link

Add script which runs "bundle exec librarian-puppet package --verbose" #338

Closed Kami closed 8 years ago

Kami commented 8 years ago

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.