- Hands-On DevOps with Vagrant
- Alex Braunton
- 70字
- 2021-07-16 17:43:59
Options/flags
There are two flags for this command:
- --force [INSERT VALUE]: Forces the running machine to shut down. If your machine has not saved, you may lose data when running this command it is like switching off the computer's power source. You can specify a machine name or ID using the optional parameter.
- -h/--help: Prints the help screen for this command.
An example is the vagrant halt --force command.