» More Commands

In addition to the commands listed in the sidebar and shown in vagrant -h,Vagrant comes with some more commands that are hidden from basic help output.These commands are hidden because they're not useful to beginners or they'renot commonly used. We call these commands "non-primary subcommands".

You can view all subcommands, including the non-primary subcommands,by running vagrant list-commands, which itself is a non-primary subcommand!

Note that while you have to run a special command to list the non-primarysubcommands, you do not have to do anything special to actually run thenon-primary subcommands. They're executed just like any other subcommand:vagrant COMMAND.

The list of non-primary commands is below. Click on any command to learnmore about it.