summaryrefslogtreecommitdiff
path: root/lib/leap_cli/remote/leap_plugin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/leap_cli/remote/leap_plugin.rb')
-rw-r--r--lib/leap_cli/remote/leap_plugin.rb9
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/leap_cli/remote/leap_plugin.rb b/lib/leap_cli/remote/leap_plugin.rb
index 0106d85..21e69ee 100644
--- a/lib/leap_cli/remote/leap_plugin.rb
+++ b/lib/leap_cli/remote/leap_plugin.rb
@@ -66,6 +66,13 @@ module LeapCli; module Remote; module LeapPlugin
end
#
+ # dumps debugging information
+ # #
+ def debug
+ run "#{Leap::Platform.leap_dir}/bin/debug.sh"
+ end
+
+ #
# dumps the recent deploy history to the console
#
def history
@@ -214,4 +221,4 @@ module LeapCli; module Remote; module LeapPlugin
# end
# puts "finished with return code: #{return_code}"
-end; end; end \ No newline at end of file
+end; end; end