Sha256: ec287c71201f3f47e5bee687d4bddf68fe81c86d7583a9a7f22d204e788965af

Contents?: true

Size: 414 Bytes

Versions: 63

Compression:

Stored size: 414 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module CommandVersion
    class Plugin < Vagrant.plugin("2")
      name "version command"
      description <<-DESC
      The `version` command prints the currently installed version
      as well as the latest available version.
      DESC

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

Version data entries

63 entries across 56 versions & 8 rubygems

Version Path
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/commands/version/plugin.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-1cf2a8db4ccb/plugins/commands/version/plugin.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/bundler/gems/vagrant-1e28f1ac31e7/plugins/commands/version/plugin.rb