Last active
April 3, 2016 22:38
-
-
Save christopher-baek/348da2a9c02e1966d8fd537b9397f3c1 to your computer and use it in GitHub Desktop.
VMWare Fusion CLI Examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# create these links for convenience | |
ln -s /Applications/VMware Fusion.app/Contents/Library/vmrun /usr/local/bin/ | |
ln -s /Applications/VMware Fusion.app/Contents/Library/vmnet-cli /usr/local/bin/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vmnet-cli --configure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vmnet-cli --start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vmnet-cli --stop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vmrun -T fusion start ${PATH_TO_VMX} nogui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment