lib/bolt/bolt_option_parser.rb in bolt-1.11.0 vs lib/bolt/bolt_option_parser.rb in bolt-1.12.0

- old
+ new

@@ -30,10 +30,11 @@ bolt plan show Show list of available plans bolt plan show <plan> Show details for plan bolt plan run <plan> [params] Run a Puppet task plan bolt apply <manifest> Apply Puppet manifest code bolt puppetfile install Install modules from a Puppetfile into a Boltdir + bolt puppetfile show-modules List modules available to Bolt Run `bolt <subcommand> --help` to view specific examples. where [options] are: HELP @@ -99,9 +100,10 @@ PUPPETFILE_HELP = <<-HELP Usage: bolt puppetfile <action> [options] Available actions are: install Install modules from a Puppetfile into a Boltdir + show-modules List modules available to Bolt Install modules into the local Boltdir bolt puppetfile install Available options are: