Class: Kuberun::CLI
- Inherits:
-
Thor
- Object
- Thor
- Kuberun::CLI
- Defined in:
- lib/kuberun/cli.rb
Overview
Handle the application command line parsing and the dispatch to various command objects
Constant Summary collapse
- DEFAULT_OPTIONS_FOR_KUBECTL_OPTIONS =
{ type: :string, default: '', desc: 'See kubectl options' }.freeze
- Error =
Error raised by this runner
Class.new(StandardError)