Method: Formatron::CLI::Provision#provision_formatron_command
- Defined in:
- lib/formatron/cli/provision.rb
#provision_formatron_command ⇒ Object
rubocop:enable Metrics/MethodLength
60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/formatron/cli/provision.rb', line 60 def provision_formatron_command command :provision do |c| c.syntax = 'formatron provision [options] [TARGET]' c.summary = 'Provision the instances in a Formatron ' \ 'stack using Opscode Chef' c.description = 'Provision the instances in a Formatron ' \ 'stack using Opscode Chef' c provision_action c end end |