class Mysqlman::CLI

Public Instance Methods

apply() click to toggle source
# File lib/mysqlman/cli.rb, line 16
def apply
  Processor.new.apply
end
dryrun() click to toggle source
# File lib/mysqlman/cli.rb, line 21
def dryrun
  Processor.new.apply(true)
end
init() click to toggle source
# File lib/mysqlman/cli.rb, line 11
def init
  Initializer.new.init
end