< Back
Get-OctopusTagSet
Post
NAME Get-OctopusTagSet
SYNOPSIS
Gets information about Octopus TagSets
SYNTAX
Get-OctopusTagSet [[-TagSetName] <string[]>] [-ResourceOnly <SwitchParameter>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-TagSetName <string[]>
TagSet name
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Name <string[]>
TagSet name
This is an alias of the TagSetName parameter.
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-ResourceOnly <SwitchParameter>
If set to TRUE the cmdlet will return the basic Octopus resource. If not set or set to FALSE, the cmdlet will
return a human friendly Octoposh output object
Required? false
Position? named
Default value False
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
System.String[]
TagSet name
OUTPUTS
System.Collections.Generic.List`1[[Octoposh.Model.OutputOctopusTagSet, Octoposh, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null]]
System.Collections.Generic.List`1[[Octopus.Client.Model.TagSetResource, Octopus.Client, Version=4.22.0.0,
Culture=neutral, PublicKeyToken=null]]
---------- EXAMPLE 1 ----------
PS C:\\> Get-OctopusTagSet
Gets all the TagSets of the instance
---------- EXAMPLE 2 ----------
PS C:\\> Get-OctopusTagSet -name "Upgrade Ring"
Gets the TagSet with the name "Upgrade Ring"
---------- EXAMPLE 3 ----------
PS C:\\> Get-OctopusTagSet -name "Upgrade Ring","EAP"
Gets the TagSets with the names "Upgrade Ring" and "EAP"
---------- EXAMPLE 4 ----------
PS C:\\> Get-OctopustagSet -name "*_Customers"
Gets all the TagSets whose name matches the pattern "*_Customers"
RELATED LINKS
WebSite: http://Octoposh.net
Github Project: https://github.com/Dalmirog/OctoPosh/
Wiki: http://octoposh.readthedocs.io
QA and Feature requests: https://gitter.im/Dalmirog/OctoPosh#initial
SYNOPSIS
Gets information about Octopus TagSets
SYNTAX
Get-OctopusTagSet [[-TagSetName] <string[]>] [-ResourceOnly <SwitchParameter>] [<CommonParameters>]
DESCRIPTION
PARAMETERS
-TagSetName <string[]>
TagSet name
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-Name <string[]>
TagSet name
This is an alias of the TagSetName parameter.
Required? false
Position? 1
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters? false
-ResourceOnly <SwitchParameter>
If set to TRUE the cmdlet will return the basic Octopus resource. If not set or set to FALSE, the cmdlet will
return a human friendly Octoposh output object
Required? false
Position? named
Default value False
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
System.String[]
TagSet name
OUTPUTS
System.Collections.Generic.List`1[[Octoposh.Model.OutputOctopusTagSet, Octoposh, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null]]
System.Collections.Generic.List`1[[Octopus.Client.Model.TagSetResource, Octopus.Client, Version=4.22.0.0,
Culture=neutral, PublicKeyToken=null]]
---------- EXAMPLE 1 ----------
PS C:\\> Get-OctopusTagSet
Gets all the TagSets of the instance
---------- EXAMPLE 2 ----------
PS C:\\> Get-OctopusTagSet -name "Upgrade Ring"
Gets the TagSet with the name "Upgrade Ring"
---------- EXAMPLE 3 ----------
PS C:\\> Get-OctopusTagSet -name "Upgrade Ring","EAP"
Gets the TagSets with the names "Upgrade Ring" and "EAP"
---------- EXAMPLE 4 ----------
PS C:\\> Get-OctopustagSet -name "*_Customers"
Gets all the TagSets whose name matches the pattern "*_Customers"
RELATED LINKS
WebSite: http://Octoposh.net
Github Project: https://github.com/Dalmirog/OctoPosh/
Wiki: http://octoposh.readthedocs.io
QA and Feature requests: https://gitter.im/Dalmirog/OctoPosh#initial