Module: VagrantPlugins::DevCommands

Defined in:
lib/vagrant/devcommands/version.rb,
lib/vagrant/devcommands/util.rb,
lib/vagrant/devcommands/plugin.rb,
lib/vagrant/devcommands/command.rb,
lib/vagrant/devcommands/messages.rb,
lib/vagrant/devcommands/registry.rb,
lib/vagrant/devcommands/synopsis.rb,
lib/vagrant/devcommands/commandfile.rb,
lib/vagrant/devcommands/model/chain.rb,
lib/vagrant/devcommands/param_parser.rb,
lib/vagrant/devcommands/runner/chain.rb,
lib/vagrant/devcommands/internal_spec.rb,
lib/vagrant/devcommands/model/command.rb,
lib/vagrant/devcommands/runner/command.rb,
lib/vagrant/devcommands/registry/messager.rb,
lib/vagrant/devcommands/registry/resolver.rb,
lib/vagrant/devcommands/util/jaro_winkler.rb,
lib/vagrant/devcommands/commandfile/reader.rb,
lib/vagrant/devcommands/help_printer/chain.rb,
lib/vagrant/devcommands/registry/validator.rb,
lib/vagrant/devcommands/commandfile/modeler.rb,
lib/vagrant/devcommands/model/command_alias.rb,
lib/vagrant/devcommands/help_printer/command.rb,
lib/vagrant/devcommands/runner/command_alias.rb,
lib/vagrant/devcommands/internal_command/help.rb,
lib/vagrant/devcommands/runner/internal_command.rb,
lib/vagrant/devcommands/internal_command/version.rb,
lib/vagrant/devcommands/help_printer/command_alias.rb,
lib/vagrant/devcommands/internal_command/completion_data.rb

Overview

Defines the plugin synopsis

Defined Under Namespace

Modules: HelpPrinter, InternalCommand, Model, Runner Classes: Command, Commandfile, InternalSpec, Messages, ParamParser, Plugin, Registry, Util

Constant Summary collapse

VERSION =
'0.14.0'
SYNOPSIS =
'Runs vagrant commands from a Commandfile'