class Dapp::Kube::CLI::Command::Kube::Render

Public Instance Methods

log_running_time() click to toggle source
# File lib/dapp/kube/cli/command/kube/render.rb, line 58
def log_running_time
  false
end
run(argv = ARGV) click to toggle source
# File lib/dapp/kube/cli/command/kube/render.rb, line 52
def run(argv = ARGV)
  self.class.parse_options(self, argv)
  repo = self.class.required_argument(self, 'repo')
  run_dapp_command(run_method, options: cli_options(repo: repo))
end