external help file | Module Name | online version | schema |
---|---|---|---|
Vagrantey-help.xml |
Vagrantey |
2.0.0 |
Create a snapshot of a Vagrant VM
New-VagrantSnapshot [-Environment <String>] [-Name <String>] [<CommonParameters>]
New-VagrantSnapshot [-Environment <String>] [-UseSahara] [<CommonParameters>]
Snapshots a Vagrant VM using either built-in tooling, or the Sahara plugin
New-VagrantSnapshot -Environment MyAwesomeEnv
New-VagrantSnapshot -Environment MyAwesomeEnv -UseSahara
New-VagrantSnapshot -Environment MyAwesomeEnv -Name TestSnapshot
The Vagrant Environment to snapshot
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
If desired, give the snapshot a friendly name, otherwise a random name will be given by vagrant
Type: String
Parameter Sets: BuiltIn
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Force the use of the Sahara plugin
Type: SwitchParameter
Parameter Sets: Sahara
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
General notes