Class: Circler::CLI

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

Instance Method Summary collapse

Instance Method Details

#browseObject



58
59
60
# File 'lib/circler/cli.rb', line 58

def browse
  BrowseCommand.run(options)
end

#buildObject



51
52
53
# File 'lib/circler/cli.rb', line 51

def build
  BuildCommand.run(options)
end

#buildsObject



44
45
46
# File 'lib/circler/cli.rb', line 44

def builds
  BuildsCommand.run(options)
end

#cancelObject



72
73
74
# File 'lib/circler/cli.rb', line 72

def cancel
  CancelCommand.run(options)
end

#projectsObject



36
37
38
# File 'lib/circler/cli.rb', line 36

def projects
  ProjectsCommand.run(options)
end

#retryObject



65
66
67
# File 'lib/circler/cli.rb', line 65

def retry
  RetryCommand.run(options)
end

#versionObject



84
85
86
# File 'lib/circler/cli.rb', line 84

def version
  say Circler::VERSION
end

#watchObject



79
80
81
# File 'lib/circler/cli.rb', line 79

def watch
  WatchCommand.run(options)
end