You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior this commit, some commands did not accept some options as an
argument and instead only worked through a flag. This commit updates
that behavior to allow users to specify some options through arguments,
while leaving the ability to continue to specify those options through
flags. Command line arguments take precedence over flags. It also fixes
an issue where if a snapshot sha was nil, it would submit a request to
take a snapshot to vmpooler.
@KevinCorcoran thanks for the issue request! Totally a bug 👍 I pushed up a commit which should fix that, as well as improve how vmfloaty handles command line arguments versus flags. I'll cut a release on Monday
It looks like the correct syntax is actually
but this mistake should not result in the creation of a new snapshot.
The text was updated successfully, but these errors were encountered: