| [ Web Proxy ] |
| Viewing: https://docs.psscriptbuilder.com/cmdlets/New-PSScriptBuilderReleaseData/ | [Back] [Original] |
Creates a new release data file with default values.
The New-PSScriptBuilderReleaseData cmdlet creates and initializes a new release data file with default values:
If the release data file already exists, the cmdlet fails with an error. Use -Force to overwrite an existing file.
The cmdlet supports PowerShell's -WhatIf and -Confirm parameters for safe preview and confirmation.
Overwrites the release data file if it already exists. Use with caution as this will replace existing data.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Prompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
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.
Requires PSScriptBuilder configuration to be loaded. The release data file path is specified in the PSScriptBuilder configuration.
| Web Proxy Viewer | New URL | Original Page |