external help file | online version | schema |
---|---|---|
EditorServicesCommandSuite-help.xml |
2.0.0 |
Create a new settings file for the current workspace.
New-ESCSSettingsFile [[-Path] <String>] [-Force]
The New-ESCSSettingsFile function creates a settings file in the current workspace. This file contains settings used by this module for determining where to find specific files.
New-ESCSSettingsFile
Creates the file ESCSSettings.psd1 in the base of the current workspace with default values.
Specifies the path to save the settings file to. If this parameter is not specified a settings file will be created in the base of the current workspace.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: $psEditor.Workspace.Path
Accept pipeline input: False
Accept wildcard characters: False
If specified indicates that an existing settings file should be overridden without prompting.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This function does not accept value from the pipeline.
This function does not output to the pipeline.