Method: App42::Base::Help.addkeys

Defined in:
lib/app42/base/help.rb

.addkeysObject



155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
# File 'lib/app42/base/help.rb', line 155

def addkeys
  print <<-DESC
Usage:
  app42 addKeys

  Add API key and Secret key

Options:
  [--apiKey=API_KEY]            # API Key to add.
  [--secretKey=SECRET_KEY]      # Secret Key to add.

Example:
  $app42 addKeys
  == Enter your App42PaaS keys ==
  Enter API Key:: <apiKey>
  Enter Secret Key:: <secretKey>
  Adding keys...done
  DESC
end