Sha256: c05c55ad6165093b44aaf776db77ec96e320b87c7b7e1dafcba4ac02f267b48a

Contents?: true

Size: 367 Bytes

Versions: 1

Compression:

Stored size: 367 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module CommandPush
    class Plugin < Vagrant.plugin("2")
      name "push command"
      description <<-DESC
      The `push` command deploys code in this environment.
      DESC

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-cloudstack-1.2.0 vendor/bundle/bundler/gems/vagrant-c84e05fd063f/plugins/commands/push/plugin.rb