class Dapp::Kube::CLI::Command::Kube::SecretRegenerate

Public Instance Methods

log_running_time() click to toggle source
# File lib/dapp/kube/cli/command/kube/secret_regenerate.rb, line 24
def log_running_time
  false
end
run(argv = ARGV) click to toggle source
# File lib/dapp/kube/cli/command/kube/secret_regenerate.rb, line 17
def run(argv = ARGV)
  self.class.parse_options(self, argv)
  run_dapp_command(nil, options: cli_options) do |dapp|
    dapp.public_send(run_method, *cli_arguments)
  end
end