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
Seth Vargo
2faa510120
Tabs to spaces
2016-01-19 14:54:13 -05:00
Seth Vargo
5093f3120e
Merge docs and www into a single static site
...
This is a big commit, and I apologize in advance for the future
git-blames all pointing to me. This commit does a few things:
1. Merges the website/docs and website/www repo into a single website repo
to be in line with other HashiCorp projects
2. Updates to use middleman-hashicorp
3. Converts less to scss to be in line with other projects
4. Updates page styles to be in line with other projects
5. Optimizes images
6. Prepare for S3 + Fastly deployment with scripts, etc.
7. Removes blog posts (they have been transferred to hashicorp.com with
redirects in place
8. Updated sitemap generation script for better SEO
9. Fixed many broken links
10. Add description to all fields
2016-01-19 14:35:05 -05:00