lib/bolt/bolt_option_parser.rb in bolt-1.18.0 vs lib/bolt/bolt_option_parser.rb in bolt-1.19.0
- old
+ new
@@ -25,10 +25,11 @@
bolt file upload <src> <dest> Upload a local file
bolt script run <script> Upload a local script and run it remotely
bolt task show Show list of available tasks
bolt task show <task> Show documentation for task
bolt task run <task> [params] Run a Puppet task
+ bolt plan convert <plan_path> Convert a YAML plan to a Puppet plan
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
@@ -75,9 +76,10 @@
PLAN_HELP = <<-HELP
Usage: bolt plan <action> <plan> [options] [parameters]
Available actions are:
+ convert <plan_path> Convert a YAML plan to a Puppet plan
show Show list of available plans
show <plan> Show details for plan
run Run a Puppet task plan
Parameters are of the form <parameter>=<value>.