module Kontena::CloudCommand
Constants
- PLATFORM_NOT_SELECTED_ERROR
Public Instance Methods
verify_current_grid()
click to toggle source
Calls superclass method
# File lib/kontena_cli_plugin.rb, line 76 def verify_current_grid super rescue ArgumentError exit_with_error PLATFORM_NOT_SELECTED_ERROR end
verify_current_master()
click to toggle source
Calls superclass method
# File lib/kontena_cli_plugin.rb, line 64 def verify_current_master super rescue ArgumentError exit_with_error PLATFORM_NOT_SELECTED_ERROR end
verify_current_master_token()
click to toggle source
Calls superclass method
# File lib/kontena_cli_plugin.rb, line 70 def verify_current_master_token super rescue ArgumentError exit_with_error PLATFORM_NOT_SELECTED_ERROR end