Class: Karafka::Web::Cli::Uninstall

Inherits:
Base
  • Object
show all
Defined in:
lib/karafka/web/cli/uninstall.rb

Overview

Uninstalls the Web UI

Instance Method Summary collapse

Methods inherited from Base

commands

Instance Method Details

#callObject

Uninstalls Karafka Web



11
12
13
# File 'lib/karafka/web/cli/uninstall.rb', line 11

def call
  Karafka::Web::Installer.new.uninstall
end