Module Capistrano::Configuration::AliasTask
In: lib/capistrano/configuration/alias_task.rb

Methods

Public Instance methods

Attempts to find the task at the given fully-qualified path, and alias it. If arguments don‘t have correct task names, an ArgumentError wil be raised. If no such task exists, a Capistrano::NoSuchTaskError will be raised.

Usage:

  alias_task :original_deploy, :deploy

[Validate]