Class: Contained::CLI::Setup
Overview
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Contained::CLI::Base
Instance Method Details
#handle! ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/contained/cli/setup.rb', line 8 def handle! arguments = arguments! config = Contained::Config.load_file(path: arguments.fetch(:config)) environment = arguments.fetch(:environment) Contained::Task::Setup.execute!(stdin: @stdin, stdout: @stdout, environment:, config:) end |