Sha256: 3e59b2d91a81e436ae00c41d96c8261d7540a9bda3bf58c4b0e7144232e24860
Contents?: true
Size: 350 Bytes
Versions: 62
Compression:
Stored size: 350 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
62 entries across 55 versions & 7 rubygems