Sha256: 4283a82ce1fc43dfde9e5590f602bc92d5bd865806b12f54a0d318c4cccdba53

Contents?: true

Size: 359 Bytes

Versions: 47

Compression:

Stored size: 359 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module CommandValidate
    class Plugin < Vagrant.plugin("2")
      name "validate command"
      description <<-DESC
      The `validate` command validates the Vagrantfile.
      DESC

      command("validate") do
        require File.expand_path("../command", __FILE__)
        Command
      end
    end
  end
end

Version data entries

47 entries across 43 versions & 5 rubygems

Version Path
vagrant-unbundled-1.9.8.1 plugins/commands/validate/plugin.rb
vagrant-unbundled-1.9.7.1 plugins/commands/validate/plugin.rb
vagrant-aws-mkubenka-0.7.2.pre.14 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/commands/validate/plugin.rb
vagrant-aws-mkubenka-0.7.2.pre.11 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/commands/validate/plugin.rb
vagrant-aws-mkubenka-0.7.2.pre.10 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/commands/validate/plugin.rb
vagrant-aws-mkubenka-0.7.2.pre.9 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-5333e60e2d38/plugins/commands/validate/plugin.rb
vagrant-unbundled-1.9.5.1 plugins/commands/validate/plugin.rb