Class: Brut::CLI::Apps::Deploy::Check

Inherits:
Commands::BaseCommand show all
Defined in:
lib/brut/cli/apps/deploy.rb

Defined Under Namespace

Classes: Git

Instance Attribute Summary

Attributes inherited from Commands::BaseCommand

#parent_command

Instance Method Summary collapse

Methods inherited from Commands::BaseCommand

#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

#commandsObject



242
# File 'lib/brut/cli/apps/deploy.rb', line 242

def commands = []

#descriptionObject



238
# File 'lib/brut/cli/apps/deploy.rb', line 238

def description = "Check that a deploy can be reasonably expected to succeed"

#optsObject



240
# File 'lib/brut/cli/apps/deploy.rb', line 240

def opts = Git.new.opts

#runObject



241
# File 'lib/brut/cli/apps/deploy.rb', line 241

def run = delegate_to_command(Git.new)