Sha256: 2fffe158358bd7bd88ba496c1170744dfcaf435c50cdaaefebdcb6660e19b4bf
Contents?: true
Size: 430 Bytes
Versions: 8
Compression:
Stored size: 430 Bytes
Contents
require "vagrant" module VagrantPlugins module LoginCommand class Plugin < Vagrant.plugin("2") name "vagrant-login" description <<-DESC Provides the login command and internal API access to Vagrant Cloud. DESC command(:login) do require File.expand_path("../../cloud/auth/login", __FILE__) VagrantPlugins::CloudCommand::AuthCommand::Command::Login end end end end
Version data entries
8 entries across 8 versions & 2 rubygems