Class: Karafka::Cli::Info
Overview
Info Karafka Cli action
Constant Summary collapse
- BANNER =
Nice karafka banner
"\n@@@ @@@@@ @@@\n@@@ @@@ @@@\n@@@ @@@ @@@@@@@@@ @@@ @@@ @@@@@@@@@ @@@@@@@@ @@@ @@@@ @@@@@@@@@\n@@@@@@ @@@ @@@ @@@@@ @@@ @@@ @@@ @@@@@@@ @@@ @@@\n@@@@@@@ @@@ @@@ @@@ @@@@ @@@ @@@ @@@@@@@ @@@ @@@\n@@@ @@@@ @@@@@@@@@@ @@@ @@@@@@@@@@ @@@ @@@ @@@@ @@@@@@@@@@\n\n"
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#call ⇒ Object
Print configuration details and other options of your application.
Methods inherited from Base
aliases, commands, desc, #initialize, load, name, names, option, parse_options
Methods included from Helpers::Colorize
Constructor Details
This class inherits a constructor from Karafka::Cli::Base
Instance Method Details
#call ⇒ Object
Print configuration details and other options of your application
29 30 31 32 |
# File 'lib/karafka/cli/info.rb', line 29 def call Karafka.logger.info(BANNER) Karafka.logger.info((core_info + license_info).join("\n")) end |