Class: Circler::CLI
- Inherits:
-
Thor
- Object
- Thor
- Circler::CLI
- Defined in:
- lib/circler/cli.rb
Instance Method Summary collapse
- #browse ⇒ Object
- #build ⇒ Object
- #builds ⇒ Object
- #cancel ⇒ Object
- #projects ⇒ Object
- #retry ⇒ Object
- #version ⇒ Object
- #watch ⇒ Object
Instance Method Details
#browse ⇒ Object
58 59 60 |
# File 'lib/circler/cli.rb', line 58 def browse BrowseCommand.run() end |
#build ⇒ Object
51 52 53 |
# File 'lib/circler/cli.rb', line 51 def build BuildCommand.run() end |
#builds ⇒ Object
44 45 46 |
# File 'lib/circler/cli.rb', line 44 def builds BuildsCommand.run() end |
#cancel ⇒ Object
72 73 74 |
# File 'lib/circler/cli.rb', line 72 def cancel CancelCommand.run() end |
#projects ⇒ Object
36 37 38 |
# File 'lib/circler/cli.rb', line 36 def projects ProjectsCommand.run() end |
#retry ⇒ Object
65 66 67 |
# File 'lib/circler/cli.rb', line 65 def retry RetryCommand.run() end |
#version ⇒ Object
84 85 86 |
# File 'lib/circler/cli.rb', line 84 def version say Circler::VERSION end |
#watch ⇒ Object
79 80 81 |
# File 'lib/circler/cli.rb', line 79 def watch WatchCommand.run() end |