Sha256: 249cdab9fb5b333b9f821d81cce921c6f272b8bc80060ee13d29a33d059e8c1b
Contents?: true
Size: 389 Bytes
Versions: 21
Compression:
Stored size: 389 Bytes
Contents
require "vagrant" module VagrantPlugins module CloudCommand module ProviderCommand class Plugin < Vagrant.plugin("2") name "vagrant cloud box" description <<-DESC Provider life cycle commands for Vagrant Cloud DESC command(:provider) do require_relative "root" Command::Root end end end end end
Version data entries
21 entries across 21 versions & 3 rubygems