Class: Remocon::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/remocon/cli.rb

Instance Method Summary collapse

Instance Method Details

#createObject



11
12
13
# File 'lib/remocon/cli.rb', line 11

def create
  execute(Remocon::Command::Create)
end

#pullObject



33
34
35
# File 'lib/remocon/cli.rb', line 33

def pull
  execute(Remocon::Command::Pull)
end

#pushObject



24
25
26
# File 'lib/remocon/cli.rb', line 24

def push
  execute(Remocon::Command::Push)
end

#validateObject



43
44
45
# File 'lib/remocon/cli.rb', line 43

def validate
  execute(Remocon::Command::Validate)
end