Class: CircleCI::CLI::Runner
- Inherits:
-
Thor
- Object
- Thor
- CircleCI::CLI::Runner
- Defined in:
- lib/circleci/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
46 47 48 |
# File 'lib/circleci/cli.rb', line 46 def browse Command::BrowseCommand.run() end |
#build ⇒ Object
39 40 41 |
# File 'lib/circleci/cli.rb', line 39 def build Command::BuildCommand.run() end |
#builds ⇒ Object
32 33 34 |
# File 'lib/circleci/cli.rb', line 32 def builds Command::BuildsCommand.run() end |
#cancel ⇒ Object
60 61 62 |
# File 'lib/circleci/cli.rb', line 60 def cancel Command::CancelCommand.run() end |
#projects ⇒ Object
24 25 26 |
# File 'lib/circleci/cli.rb', line 24 def projects Command::ProjectsCommand.run() end |
#retry ⇒ Object
53 54 55 |
# File 'lib/circleci/cli.rb', line 53 def retry Command::RetryCommand.run() end |
#version ⇒ Object
73 74 75 |
# File 'lib/circleci/cli.rb', line 73 def version say CircleCI::CLI::VERSION end |
#watch ⇒ Object
68 69 70 |
# File 'lib/circleci/cli.rb', line 68 def watch Command::WatchCommand.run() end |