website/docs: Document `--box-info` parameter for `vagrant box list`
This commit is contained in:
parent
57d4775140
commit
8f1d33b5c9
|
@ -59,6 +59,11 @@ after the initial download.
|
||||||
|
|
||||||
This command lists all the boxes that are installed into Vagrant.
|
This command lists all the boxes that are installed into Vagrant.
|
||||||
|
|
||||||
|
## Options
|
||||||
|
|
||||||
|
* `--box-info` - If given, Vagrant will display the URL from where the box
|
||||||
|
has been downloaded and the date it was added
|
||||||
|
|
||||||
# Box Remove
|
# Box Remove
|
||||||
|
|
||||||
**Command: `vagrant box remove NAME PROVIDER`**
|
**Command: `vagrant box remove NAME PROVIDER`**
|
||||||
|
|
Loading…
Reference in New Issue