lib/rezept/cli.rb in rezept-0.2.0 vs lib/rezept/cli.rb in rezept-0.3.0

- old
+ new

@@ -43,10 +43,11 @@ option :tags, aliases: '-t', desc: 'EC2 Instance tags', type: :hash option :inventory, aliases: '-I', desc: 'The name of the inventory type', type: :string option :conditions, aliases: '-C', desc: 'The conditions to search inventories (ex. "Foo = Bar", "Buz > 1.0")', type: :array option :parameters, aliases: '-p', desc: 'Parameters for the document', type: :hash option :dry_run, desc: 'Dry run (Only output the targets)', type: :boolean, default: false - option :wait, desc: 'Wait and check for all results', type: :boolean, default: false + option :wait_entries, desc: 'Wait for entries of managed instances', type: :boolean, default: false + option :wait_results, desc: 'Wait and check for all results', type: :boolean, default: false def run_command @actions.run_command(options) end desc "put_inventory", "Put the inventory"