52 Commits

Author SHA1 Message Date
Brian Cain
c3c65a3793
Fixup docs and website wording for command 2018-09-05 13:26:22 -07:00
Brian Cain
bd27c15c56
Fix typo in cli login docs 2018-08-15 09:51:22 -07:00
Brian Cain
b54d14465c
Merge pull request #10047 from hashicorp/kikitux-patch-1
Update ssh.html.md
2018-07-27 15:51:25 -07:00
Alvaro Miranda Aguilera
d174fc960a
feedback update
update based on feedback
2018-07-20 21:48:46 +02:00
Alvaro Miranda Aguilera
c31953a6d7
Update ssh.html.md 2018-07-20 17:20:59 +02:00
Chris Roberts
7a20c772ec Add new flags for the plugin subcommands 2018-07-18 14:20:08 -07:00
Chris Roberts
f3c5e86f28
Merge pull request #9504 from zachflower/feature/vagrant-aliases
Vagrant aliases
2018-04-06 15:39:18 -07:00
Brian Cain
e4554249f7
Merge pull request #9606 from amwill04/patch-2
Update options to define id can be used in any directory
2018-03-22 10:04:00 -07:00
Alan
0ac919547e
Update options to define id can be used in any directory
See: https://github.com/hashicorp/vagrant/pull/9605

Proposes add `name|id` to `Options` to define the ability to use `id` from any directory.
2018-03-22 16:45:03 +00:00
Josh Soref
1a5ddea9f4 Spelling fixes
* account
* addresses
* administrator
* afterwards
* because
* bridgeable
* capabilities
* capability
* checksum
* configuration
* configuration for
* configure
* criteria
* delimited
* delivered
* derivatives
* description
* detect
* directory
* display
* downloading
* during
* electric
* enabling
* encountered
* equivalent
* executable
* executed
* hashicorp
* hypervisor
* hyphens
* implementation
* incorporate
* inheritance
* initialize
* instance
* instead
* interactions
* invocable
* machine
* maximum
* message
* mounting
* overridden
* overwrite
* paramiko
* preparing
* provides
* provisioning
* recursively
* requested
* resetting
* retryable
* running
* satisfied
* searching
* sometimes
* specified
* successfully
* synced folders
* unauthorized
* underlying
* userprofile
* vagrant
* vagrantfile
* variable
* various
* version
* virtual
* windows
2018-03-14 14:41:04 +00:00
Brandon Moore
5a12641f9c
Update URLs for the repo 2018-03-07 17:10:30 -05:00
Zachary Flower
1fc2129e0c add new cli alias documentation 2018-02-26 13:41:38 -07:00
John Eismeier
54ecded1d6
Propose fix some typos 2018-02-06 14:20:29 -05:00
Chris Roberts
81a3386af0 Include SSH client usage note in documentation 2018-01-26 07:25:57 -08:00
Chris Roberts
3a5729015a Add documentation entry for init command --template flag 2017-12-13 15:59:45 -08:00
codybennett
b70340b0d1
Update box.html.md
Grammatical correction to Box Prune documentation 

Italicize Box Update "Note"
2017-12-06 18:41:35 -06:00
Brian Cain
ec43d3c308 Update destroy docs with new parallel flag 2017-11-02 10:16:44 -07:00
Brian Cain
da1c2f7dc0 Fix rsync-auto typo 2017-07-03 15:22:32 -07:00
Chris Roberts
5f955c3d38 Convert atlas references to vagrant cloud 2017-06-23 10:01:51 -07:00
Aaron Kunz
6e2c6141d0 Use proper snapshot subcommand anchors 2017-06-16 20:43:12 +02:00
Brian Knight
8b8ae6652e Merge changes from master 2017-06-15 10:16:25 -04:00
Aaron Kunz
78e16a7d10 Use proper box subcommand anchors 2017-06-05 14:18:10 +02:00
Brian Knight
fe0836b637 Add prune to option list. Alphabetize order. 2017-05-27 21:04:17 -04:00
Aaron Kunz
a7f14102d4 Fix typo 2017-05-04 18:51:43 +02:00
Chris Roberts
256ce3b0d5 Merge pull request #8264 from hasyimibhar/command-validate
Add validate command
2017-03-23 09:52:12 -07:00
Nathaniel
3fb434ac61 Update snapshot.html.md
Updated docs to specify the use of the `vm-name` when restoring a snapshot.
2017-02-27 10:19:55 -08:00
Hasyimi Bahrudin
0044d560e0 Fix typo in docs 2017-02-08 03:26:37 +08:00
Hasyimi Bahrudin
e0fb8b1fad Add documentation for validate command 2017-02-07 14:15:16 +08:00
Bjorn Brala
833a7fdb3e Update documentation to mention packaging Hyper-V boxes. 2016-12-08 21:21:55 +01:00
Chris Roberts
054d7f80ba Merge pull request #8071 from vaddina/patch-2
fix reload command in docs
2016-12-05 09:17:06 -08:00
Keviv
36bdde9f3c fix reload command in docs
shouldn't it be `reload` instead of `provision` ? :-/
2016-12-01 20:43:42 +01:00
Keviv
4c07d2f4fd deleted redundant and erroneous text
There were two sections for `Plugin Repair` but the last one's content was erroneous (contained `Plugin Update` docs).
2016-12-01 20:17:27 +01:00
Chris Roberts
82859ee286 Update plugin docs. Remove bundler instructions from source install instructions. 2016-11-22 16:49:45 -08:00
Chris Roberts
1b4e56aa90 Merge pull request #7896 from npwalker/patch-1
Update snapshot save documentation
2016-11-22 08:32:12 -08:00
Jessica Brown
8ad7d8e3d5 Vagrant: adding more to privisioner line. 2016-11-21 19:26:10 +01:00
Jessica Brown
482380e46b Vagrant: Modifying CLI Documentation. 2016-11-21 18:13:52 +01:00
Björn Brala
da93fd3551 Add prune command to documentation 2016-11-09 09:24:59 +01:00
Nick Walker
1d401ebc95 Update snapshot save documentation
Prior to this commit, the snapshot save command did not have the vm_name as part of the command.  

After this commit, the snapshot save command docs match the CLI --help.
2016-10-13 13:31:16 -07:00
Seth Vargo
bf96b3348b
provider/docker: Add docker-exec command
This adds a new core command, `docker-exec`, which allows the user to
exec into an already-running container.

- Fixes #6566
- Fixes #5193
- Fixes #4904
- Fixes #4057
- Fixes #4179
- Fixes #4903
2016-05-31 20:05:26 -04:00
Seth Vargo
bba1cbc72f
Add --box-version to vagrant init
This also adds a test suite for that particular command, updates the
documentation, and adds some examples.

Fixes GH-5004
2016-05-30 15:33:58 -04:00
Kammy
ce33b3d114
update cmd format 2016-05-29 01:06:30 -04:00
Seth Vargo
f313c89d74 Merge pull request #7059 from markpeek/markpeek-no-provision-on-resume
Do not ignore the sentinal file when running resume
2016-05-27 17:07:41 -04:00
Seth Vargo
2a02ceb870
Bump box resume delay to 24h
This commit bumps the box resume delay time to 24h and makes it a
constant because I had a bugger of a time actually finding this in the
code :frowny:.

Fixes GH-7272
2016-05-27 15:18:50 -04:00
Seth Vargo
4157082bf3 Add more examples of installing local plugins 2016-04-08 10:38:25 -04:00
Jack Pearkes
16ef95e829 website: add a page to send folks to get to a signup link for atlas 2016-03-08 10:53:51 -08:00
Jon Topper
ee8361dea1 Update website docs for #6879 2016-03-06 16:14:14 +00:00
Geo
c06e06f756 Typo: "complEments" for making it complEte.
If something complEments something, it completes it. ComplIment means
praise or free.
2016-02-26 12:08:40 -05:00
Mark Peek
563ce33738 Do not ignore the sentinal file when running resume
The sentinal file was always being ignored when running the
resume command. This is fixed along with allowing provision
options to be used with resume. Fixes #6787
2016-02-19 18:24:48 -08:00
James Thomas
52fa68f9f5 Changed "destroy command" to "destroy command"
The word "command" was enclosed in a code block despite not being part of the actual command you would run at the CLI.
2016-02-05 12:02:06 +00:00
Seth Vargo
4b4f1fc24c Add extra_args cap for darwin rdp
This commit fixes GH-5523.
2016-02-03 10:03:57 -05:00