class Orphic::OrphicCli::Node

Public Instance Methods

deploy( site ) click to toggle source
# File lib/orphic/cli/node.rb, line 13
def deploy ( site )
  CLI::UI::Frame.open( "Node :: deploy : " + site ) do
    if options[:baseDistrict]
      puts "Starting deploy #{site} with #{options[:baseDistrict]}"
    else
      puts "Starting deploy #{site} with no base district."
    end
  end
end
help( command ) click to toggle source
# File lib/orphic/cli/node.rb, line 6
def help ( command )
  CLI::UI::Frame.open( "Node :: help : " + command ) do
    puts "Looks like you are looking for #{command} with tags #{options[:tags]}"
  end
end