diff options
-rw-r--r-- | lib/leap_cli/remote/leap_plugin.rb | 9 |
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 |