From 16dc0507bce156c628b718ff0c73e4fdd1a638aa Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 1 Dec 2013 22:49:11 -0800 Subject: [PATCH] website/docs: document box checksum flags --- website/docs/source/v2/cli/box.html.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/docs/source/v2/cli/box.html.md b/website/docs/source/v2/cli/box.html.md index 178054136..dddfef532 100644 --- a/website/docs/source/v2/cli/box.html.md +++ b/website/docs/source/v2/cli/box.html.md @@ -44,6 +44,15 @@ after the initial download. * `--cert CERTFILE` - A client certificate to use when downloading the box, if necessary. +* `--checksum VALUE` - A checksum for the box that is downloaded. If specified, + Vagrant will compare this checksum to what is actually downloaded and will + error if the checksums do not match. This is highly recommended since + box files are so large. If this is specified, `--checksum-type` must + also be specified. + +* `--checksum-type TYPE` - The type of checksum that `--checksum` is if it + is specified. Supported values are currently "md5", "sha1", and "sha256". + * `--clean` - If given, Vagrant will remove any old temporary files from prior downloads of the same URL. This is useful if you don't want Vagrant to resume a download from a previous point, perhaps because the contents