Class: Avm::Tools::Runner::Git::Deploy
- Inherits:
-
EacRubyUtils::Console::DocoptRunner
- Object
- EacRubyUtils::Console::DocoptRunner
- Avm::Tools::Runner::Git::Deploy
- Includes:
- EacRubyUtils::Console::Speaker, EacRubyUtils::SimpleCache
- Defined in:
- lib/avm/tools/runner/git/deploy.rb
Constant Summary collapse
- DOC =
<<~DOCOPT Deploy a Git revision to a location (Local or remote). Usage: __PROGRAM__ [options] [<target-url>] __PROGRAM__ -h | --help Options: -h --help Mostra esta ajuda. -r --reference=<reference> Reference [default: HEAD]. -i --instance=<instance-id> Read entries from instance with id=<instance-id>. -a --append-dirs=<append-dirs> Append directories to deploy (List separated by ":"). DOCOPT
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
31 32 33 34 35 36 37 |
# File 'lib/avm/tools/runner/git/deploy.rb', line 31 def run validate deploy success 'Done' end |