Class: Kubes::CLI::Deploy
Instance Method Summary collapse
Methods inherited from Base
#compile, #initialize, #pod_name
Methods included from Logging
Constructor Details
This class inherits a constructor from Kubes::CLI::Base
Instance Method Details
#run ⇒ Object
3 4 5 6 |
# File 'lib/kubes/cli/deploy.rb', line 3 def run Build.new().run Apply.new().run # also calls Compile end |