Class: BuckKnife::ProjectCapistrano
- Inherits:
-
Chef::Knife
- Object
- Chef::Knife
- BuckKnife::ProjectCapistrano
- Defined in:
- lib/chef/knife/project_capistrano.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
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 |