Sha256: bd0191cd82a02e74d0f2c7a5f29c37383106999fce1ace0365e7d8b42c595ac7
Contents?: true
Size: 319 Bytes
Versions: 34
Compression:
Stored size: 319 Bytes
Contents
module Kontena::Cli::Master::Vagrant class TerminateCommand < Clamp::Command include Kontena::Cli::Common def execute require_api_url require 'kontena/machine/vagrant' destroyer = Kontena::Machine::Vagrant::MasterDestroyer.new(client(require_token)) destroyer.run! end end end
Version data entries
34 entries across 34 versions & 1 rubygems