我不知道,當它改變,但目前的版本(1.6.3)的命令的正確列表,運行vagrant list-commands
給出了一個更加完整的清單:左
box manages boxes: installation, removal, etc.
connect connect to a remotely shared Vagrant environment
destroy stops and deletes all traces of the vagrant machine
docker-logs outputs the logs from the Docker container
docker-run run a one-off command in the context of a container
global-status outputs status Vagrant environments for this user
halt stops the vagrant machine
help shows the help for a subcommand
init initializes a new Vagrant environment by creating a Vagrantfile
list-commands outputs all available Vagrant subcommands, even non-primary ones
login log in to Vagrant Cloud
package packages a running vagrant environment into a box
plugin manages plugins: install, uninstall, update, etc.
provision provisions the vagrant machine
rdp connects to machine via RDP
reload restarts vagrant machine, loads new Vagrantfile configuration
resume resume a suspended vagrant machine
rsync syncs rsync synced folders to remote machine
rsync-auto syncs rsync synced folders automatically when files change
share share your Vagrant environment with anyone in the world
ssh connects to machine via SSH
ssh-config outputs OpenSSH valid configuration to connect to the machine
status outputs status of the vagrant machine
suspend suspends the machine
up starts and provisions the vagrant environment
version prints current and latest Vagrant version
唯一的命令運行時從完整列表中排除vagrant
本身就是docker和rsync的。無論如何,在我的系統上。
這似乎是明確的答案,現在。
現在的文檔現在好多了 - http://vagrantup.com/v1/docs/index.html – JavaRocky 2012-10-10 04:58:00
@JavaRocky,它對我來說看起來並不像。 http://vagrantup.com/v1/docs/commands.html仍然沒有每個子命令的信息。我希望在這樣的指南中有更多*關於每個命令的信息(與'-h'相比),而不是更少。 – 2012-12-08 22:56:21
@JavaRocky - 如果那樣更好,我無法想象他們以前是什麼樣的。沒有用處。 – DougW 2013-02-20 04:01:33