class Kontena::Cli::LogoutCommand
Public Instance Methods
execute()
click to toggle source
# File lib/kontena/cli/logout_command.rb, line 7 def execute exit_with_error("Command removed. Use #{pastel.yellow("kontena master logout")} to log out of the Kontena Master") end