class Dapp::Kube::CLI::Command::Kube::SecretGenerate
Public Instance Methods
log_running_time()
click to toggle source
# File lib/dapp/kube/cli/command/kube/secret_generate.rb, line 29 def log_running_time false end
run(argv = ARGV)
click to toggle source
# File lib/dapp/kube/cli/command/kube/secret_generate.rb, line 21 def run(argv = ARGV) self.class.parse_options(self, argv) file_path = cli_arguments.empty? ? nil : cli_arguments.first run_dapp_command(nil, options: cli_options) do |dapp| dapp.public_send(run_method, file_path) end end