Class: BB8::Commands::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/bb8/commands/help.rb

Class Method Summary collapse

Class Method Details

.callObject



2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# File 'lib/bb8/commands/help.rb', line 2

def self.call
  puts "BB-8 Version \#{BB8::VERSION}\n\nUsage:\n\nbb8 init .                                Set up a directory as a git\n                                          repository.\nbb8 environment staging my-voltos-bundle  Set up a directory for a specific\n                                          environment.\nbb8 ENVIRONMENT [show|apply|destroy|...]  Run a Terraform command within a\n                                          specific environment's context.\nbb8 version                               Outputs BB8's version.\nbb8 help                                  Outputs this information.\n  MESSAGE\nend\n"