Class: Circler::CLI

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

Instance Method Summary collapse

Instance Method Details

#browseObject



56
57
58
# File 'lib/circler/cli.rb', line 56

def browse
  BrowseCommand.run(options)
end

#buildObject



49
50
51
# File 'lib/circler/cli.rb', line 49

def build
  BuildCommand.run(options)
end

#buildsObject



42
43
44
# File 'lib/circler/cli.rb', line 42

def builds
  BuildsCommand.run(options)
end

#cancelObject



70
71
72
# File 'lib/circler/cli.rb', line 70

def cancel
  CancelCommand.run(options)
end

#projectsObject



34
35
36
# File 'lib/circler/cli.rb', line 34

def projects
  ProjectsCommand.run(options)
end

#retryObject



63
64
65
# File 'lib/circler/cli.rb', line 63

def retry
  RetryCommand.run(options)
end

#versionObject



82
83
84
# File 'lib/circler/cli.rb', line 82

def version
  say Circler::VERSION
end

#watchObject



77
78
79
# File 'lib/circler/cli.rb', line 77

def watch
  WatchCommand.run(options)
end