Class: Remocon::CLI

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

Instance Method Summary collapse

Instance Method Details

#createObject



9
10
11
# File 'lib/remocon/cli.rb', line 9

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

#pullObject



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

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

#pushObject



18
19
20
# File 'lib/remocon/cli.rb', line 18

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

#validateObject



31
32
33
# File 'lib/remocon/cli.rb', line 31

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