236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
|
# File 'lib/app42/base/help.rb', line 236
def deploy
print "Usage:\n app42 deploy\n\n Deploy the application over your runtime environment\n\nOptions:\n [--app APP] # Name of app, you want to update\n\nExample:\n $app42 deploy\n Enter App Name: demo\n 1: Binary\n 2: Source\n Choose Upload Type [Binary]: 2\n\n Enter Git URL?: https://github.com/shepHertz/demo.git\n Deploying Application... OK\n\n Operation is in progress, Please wait...|\n App has been deployed successfully.\n DESC\n\nend\n"
|