Class: CapsuleCD::Cli

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

Overview

The command line interface for CapsuleCD.

Instance Method Summary collapse

Instance Method Details

#startObject

Begin processing



18
# File 'lib/capsulecd/cli.rb', line 18

desc 'start', 'Start a new CapsuleCD package pipeline '

#versionObject



10
11
12
13
# File 'lib/capsulecd/cli.rb', line 10

def version
  require 'capsulecd/version'
  puts CapsuleCD::VERSION
end