< Back
Invoke-VstsCli
Post
NAME Invoke-VstsCli
SYNOPSIS
Invokes the VSTS CLI and converts the output to a PowerShell object.
SYNTAX
Invoke-VstsCli [<CommonParameters>]
DESCRIPTION
PARAMETERS
<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:\\>ivc build list
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>ivc build list --output table
RELATED LINKS
SYNOPSIS
Invokes the VSTS CLI and converts the output to a PowerShell object.
SYNTAX
Invoke-VstsCli [<CommonParameters>]
DESCRIPTION
PARAMETERS
<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:\\>ivc build list
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>ivc build list --output table
RELATED LINKS