external help file | Module Name | online version | schema |
---|---|---|---|
Vagrantey-help.xml |
Vagrantey |
2.0.0 |
Re-runs provisioning against a vagrant environment.
Invoke-VagrantProvisioner [-Environment] <String> -Provisioner <String> [<CommonParameters>]
Invoke-VagrantProvisioner [-Environment] <String> [-All] [<CommonParameters>]
If a vagrant box has already been provisioned, forces execution of the specified provisioner(s).
Invoke-VagrantProvisioner -Environment Test -All
Re-runs all defined provisioners for Test vagrant host.
Invoke-VagrantProvisioner -Environment Test -Provisioner Shell
Re-runs the shell provisioner against the Test vagrant host.
The vagrant environment to re-provision.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Re-run all defined provisioners in the Vagrantfile of the specified environment.
Type: SwitchParameter
Parameter Sets: All
Aliases:
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Specific provisioner to execute from the Vagrantfile of the specified environment
Type: String
Parameter Sets: Specific
Aliases:
Required: True
Position: Named
Default value: None
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