class Kubes::CLI::Deploy
Public Instance Methods
run()
click to toggle source
# File lib/kubes/cli/deploy.rb, line 3 def run Build.new(@options).run Apply.new(@options).run # also calls Compile end
# File lib/kubes/cli/deploy.rb, line 3 def run Build.new(@options).run Apply.new(@options).run # also calls Compile end