lib/vidar/cli.rb in vidar-0.10.1 vs lib/vidar/cli.rb in vidar-0.10.2
- old
+ new
@@ -162,10 +162,10 @@
desc "console", "Execute console command in the first running pod"
method_option :command, required: false
method_option :name, required: false
def console
- invoke :kube_exec, name: options[:name], command: options[:command] || Config.get!(:kubectl_context)
+ invoke :kube_exec, name: options[:name], command: options[:command] || Config.get!(:console_command)
end
method_option :revision, required: false
desc "notify_sentry", "Notify sentry about current release"
def notify_sentry