class Dapp::Kube::CLI::Command::Kube::SecretEdit
Public Instance Methods
log_running_time()
click to toggle source
# File lib/dapp/kube/cli/command/kube/secret_edit.rb, line 25 def log_running_time false end
run(argv = ARGV)
click to toggle source
# File lib/dapp/kube/cli/command/kube/secret_edit.rb, line 17 def run(argv = ARGV) self.class.parse_options(self, argv) file_path = self.class.required_argument(self, 'FILE_PATH') run_dapp_command(nil, options: cli_options) do |dapp| dapp.public_send(run_method, file_path) end end