lib/vmc/cli/app/logs.rb in cloulu-0.1.5 vs lib/vmc/cli/app/logs.rb in cloulu-0.1.6
- old
+ new
@@ -31,10 +31,10 @@
show_instance_logs(app, i)
end
end
desc "Print out the logs for an app's crashed instances"
- group :apps, :info
+ group :apps, :info, :hidden => true
input :app, :desc => "Application to get the logs of", :argument => true,
:from_given => by_name(:app)
def crashlogs
app = input[:app]