< Back

Initialize-OctoVstsDefaults

Sat Jan 18, 2020 5:35 pm

NAME Initialize-OctoVstsDefaults



SYNTAX

Initialize-OctoVstsDefaults [-vstsBuildDefinition] <string> [-OctoDefaltEnvironment] <string> [<CommonParameters>]





PARAMETERS

-OctoDefaltEnvironment <string>



Required? true

Position? 1

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-vstsBuildDefinition <string>



Required? true

Position? 0

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? 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

None





OUTPUTS

System.Object



ALIASES

None





REMARKS

None





examples : @{example=@{introduction=System.Management.Automation.PSObject[]; code=New-PullRequest -targetRefName

master -title 'a great pull request' -description 'This really cleans up the code' -pipe;

remarks=System.Management.Automation.PSObject[]; title=-------------------------- EXAMPLE 1

--------------------------}}

alertSet : @{alert=System.Management.Automation.PSObject[]}

parameters : @{parameter=System.Management.Automation.PSObject[]}

details : @{name=New-PullRequest; description=System.Management.Automation.PSObject[]}

description : {@{Text=Create a pull request in VSTS}}

syntax : @{syntaxItem=@{name=New-PullRequest; parameter=System.Management.Automation.PSObject[]}}

xmlns:maml : http://schemas.microsoft.com/maml/2004/10

xmlns:command : http://schemas.microsoft.com/maml/dev/command/2004/10

xmlns:dev : http://schemas.microsoft.com/maml/dev/2004/10

Name : New-PullRequest

Category : Function

Synopsis : Create a pull request in VSTS

Component :

Role :

Functionality :

ModuleName : OctoVsts