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
56 57 58 |
# File 'lib/circler/cli.rb', line 56 def browse BrowseCommand.run() end |
#build ⇒ Object
49 50 51 |
# File 'lib/circler/cli.rb', line 49 def build BuildCommand.run() end |
#builds ⇒ Object
42 43 44 |
# File 'lib/circler/cli.rb', line 42 def builds BuildsCommand.run() end |
#cancel ⇒ Object
70 71 72 |
# File 'lib/circler/cli.rb', line 70 def cancel CancelCommand.run() end |
#projects ⇒ Object
34 35 36 |
# File 'lib/circler/cli.rb', line 34 def projects ProjectsCommand.run() end |
#retry ⇒ Object
63 64 65 |
# File 'lib/circler/cli.rb', line 63 def retry RetryCommand.run() end |
#version ⇒ Object
82 83 84 |
# File 'lib/circler/cli.rb', line 82 def version say Circler::VERSION end |
#watch ⇒ Object
77 78 79 |
# File 'lib/circler/cli.rb', line 77 def watch WatchCommand.run() end |