Sha256: ad7cbce85b9e70635f0e1ebe533b059983a974f42f26982edcb58578e0383268
Contents?: true
Size: 441 Bytes
Versions: 73
Compression:
Stored size: 441 Bytes
Contents
class KuberKit::Actions::TemplateReader include KuberKit::Import[ "shell.local_shell", "ui", template_reader: "template_reader.action_handler", ] Contract Symbol, Hash => Any def call(template_name, options) result = template_reader.call(local_shell, template_name) ui.print_info(template_name.to_s, result) true rescue KuberKit::Error => e ui.print_error("Error", e.message) false end end
Version data entries
73 entries across 73 versions & 1 rubygems