We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
snapshot take
We can auto-generate a snapshot name based on current snapshot name (if any) and timestamp, or counter. This would allow the following worklow:
vagrant snapshot take "RC1" # creates "RC1" snapshot vagrant snapshot take # creates "RC1--1234" snapshot, where 1234 is a timestamp
Would be helpful for #4
The text was updated successfully, but these errors were encountered:
Related to #3
Sorry, something went wrong.
No branches or pull requests
We can auto-generate a snapshot name based on current snapshot name (if any) and timestamp, or counter. This would allow the following worklow:
Would be helpful for #4
The text was updated successfully, but these errors were encountered: