Class: Brut::CLI::Apps::Deploy::Check
Defined Under Namespace
Classes: Git
Instance Attribute Summary
#parent_command
Instance Method Summary
collapse
#accepts, #args_description, #argv, #bootstrap?, #default_rack_env, #delegate_to_command, #detailed_description, #env, #env_vars, #execute, #name, #options, #puts, #stdin, #system!, #theme
Instance Method Details
#commands ⇒ Object
242
|
# File 'lib/brut/cli/apps/deploy.rb', line 242
def commands = []
|
#description ⇒ Object
238
|
# File 'lib/brut/cli/apps/deploy.rb', line 238
def description = "Check that a deploy can be reasonably expected to succeed"
|
#opts ⇒ Object
240
|
# File 'lib/brut/cli/apps/deploy.rb', line 240
def opts = Git.new.opts
|
#run ⇒ Object
241
|
# File 'lib/brut/cli/apps/deploy.rb', line 241
def run = delegate_to_command(Git.new)
|