私はそれが変化したときにわからないんだけど、現在のバージョン(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
を単独で実行すると完全なリストから外に出るのは、ドッカーとrsyncのものです。私のシステムでは、とにかく。
これは決定的な回答と思われます。
現在のドキュメントは現在良くなっています。http://vagrantup.com/v1/docs/index.html – JavaRocky
@JavaRocky、それは私のようには見えません。 http://vagrantup.com/v1/docs/commands.htmlには、文字通り、サブコマンドごとの情報はありません。私は、このようなガイドの各コマンドに関する* more *情報を期待します( '-h'と比較して)。 –
@JavaRocky - それが良ければ、私は以前のようなものは想像できません。役に立たない – DougW