From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/vagrant/cli%2Flogin.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 devdocs/vagrant/cli%2Flogin.html (limited to 'devdocs/vagrant/cli%2Flogin.html') diff --git a/devdocs/vagrant/cli%2Flogin.html b/devdocs/vagrant/cli%2Flogin.html new file mode 100644 index 00000000..ad5485fb --- /dev/null +++ b/devdocs/vagrant/cli%2Flogin.html @@ -0,0 +1,19 @@ +

Login

Command: vagrant login

The login command is used to authenticate with the HashiCorp's Vagrant Cloud server. Logging in is only necessary if you are accessing protected boxes or using Vagrant Share.

Logging in is not a requirement to use Vagrant. The vast majority of Vagrant does not require a login. Only certain features such as protected boxes or Vagrant Share require a login.

The reference of available command-line flags to this command is available below.

Options

Examples

Securely authenticate to Vagrant Cloud using a username and password:

$ vagrant login
+# ...
+Vagrant Cloud username:
+Vagrant Cloud password:
+
+

Check if the current user is authenticated:

$ vagrant login --check
+You are already logged in.
+
+

Securely authenticate with Vagrant Cloud using a token:

$ vagrant login --token ABCD1234
+The token was successfully saved.
+
+

+ © 2010–2018 Mitchell Hashimoto
Licensed under the MPL 2.0 License.
+ https://www.vagrantup.com/docs/cli/login.html +

+
-- cgit v1.2.3