Class: CapsuleCD::Cli
- Inherits:
-
Thor
- Object
- Thor
- CapsuleCD::Cli
- Defined in:
- lib/capsulecd/cli.rb
Overview
The command line interface for CapsuleCD.
Instance Method Summary collapse
-
#start ⇒ Object
Begin processing.
- #version ⇒ Object
Instance Method Details
#start ⇒ Object
Begin processing
18 |
# File 'lib/capsulecd/cli.rb', line 18 desc 'start', 'Start a new CapsuleCD package pipeline ' |
#version ⇒ Object
10 11 12 13 |
# File 'lib/capsulecd/cli.rb', line 10 def version require 'capsulecd/version' puts CapsuleCD::VERSION end |