Fusion class#9
Open
snare wants to merge 1 commit intomsteinhoff:mastermsteinhoff/vmfusion-python:masterfrom
Open
Fusion class#9snare wants to merge 1 commit intomsteinhoff:mastermsteinhoff/vmfusion-python:masterfrom
snare wants to merge 1 commit intomsteinhoff:mastermsteinhoff/vmfusion-python:masterfrom
Conversation
Owner
|
Hm, this is basically the same as https://github.com/msteinhoff/vmfusion-cli/blob/master/bin/vmfusion-cli. There are also a bunch of other changes in the pipeline (a reworked and more flexible API and an editorconfig to get rid of the whitesapce problems) but I am currently busy with contracting work and a few weeks of holiday starting next week. I try to check back with this end of August. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a
Fusionclass which is a bit more user-friendly than just callingvmrun. You can give it a directory to find more VMs sincevmrundoesn't return any VMs that are not currently running. It has a collection ofVMobjects which can be accessed by index or name.I also added an
is_runningproperty to theVMclass.It looks like my text editor trimmed a bunch of trailing whitespace here and there too.