< Back
Set-ODUConfigTextEditor
Post
NAME Set-ODUConfigTextEditor
SYNOPSIS
Sets path for text editor on local machine
SYNTAX
Set-ODUConfigTextEditor [[-Path] <String>] [<CommonParameters>]
DESCRIPTION
Sets path for text editor on local machine
PARAMETERS
-Path <String>
Path to text editor
Required? false
Position? 1
Default value $(throw "$($MyInvocation.MyCommand) : missing parameter Path")
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-ODUConfigTextEditor -Path ((Get-Command code.cmd).Source)
<sets path for VS Code - if you have it installed>
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities
SYNOPSIS
Sets path for text editor on local machine
SYNTAX
Set-ODUConfigTextEditor [[-Path] <String>] [<CommonParameters>]
DESCRIPTION
Sets path for text editor on local machine
PARAMETERS
-Path <String>
Path to text editor
Required? false
Position? 1
Default value $(throw "$($MyInvocation.MyCommand) : missing parameter Path")
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Set-ODUConfigTextEditor -Path ((Get-Command code.cmd).Source)
<sets path for VS Code - if you have it installed>
RELATED LINKS
https://github.com/DTW-DanWard/OctopusDeployUtilities