Class: BuckKnife::ProjectCapistrano

Inherits:
Chef::Knife
  • Object
show all
Defined in:
lib/chef/knife/project_capistrano.rb

Instance Method Summary collapse

Instance Method Details

#runObject



12
13
14
15
16
# File 'lib/chef/knife/project_capistrano.rb', line 12

def run
  project = project_from_arg_or_ask
  ui.output "# Copy and commit this file to the project's repository:"
  ui.output BuckKnife::Commands::Capistrano.new(project).call
end