25
26
27
28
29
30
|
# File 'lib/algo/cli.rb', line 25
def rm inventry
Algo::Docker.url = options[:host] if options[:host]
Algo::Docker.options = docker_opts if docker_opts.present?
configuration = Algo::Dsl.load({}, inventry)
Algo::Runner::Rm.call configuration, options
end
|