Skip to content

Latest commit

 

History

History
214 lines (168 loc) · 4 KB

File metadata and controls

214 lines (168 loc) · 4 KB
external help file PSPublishModule-help.xml
Module Name PSPublishModule
online version https://github.com/EvotecIT/PSPublishModule
schema 2.0.0

Get-AppStoreConnectApp

SYNOPSIS

Reads app information from App Store Connect.

SYNTAX

ById

Get-AppStoreConnectApp -IssuerId <string> -KeyId <string> -AppId <string> [-PrivateKey <string>] [-PrivateKeyPath <string>] [-TokenLifetimeMinutes <int>] [<CommonParameters>]

Find

Get-AppStoreConnectApp -IssuerId <string> -KeyId <string> [-PrivateKey <string>] [-PrivateKeyPath <string>] [-TokenLifetimeMinutes <int>] [-BundleId <string>] [-Name <string>] [-Platform <ApplePlatform>] [-Limit <int>] [<CommonParameters>]

DESCRIPTION

Reads app information from App Store Connect.

EXAMPLES

EXAMPLE 1

Get-AppStoreConnectApp -IssuerId 'Value' -KeyId 'Value' -AppId 'Value'

EXAMPLE 2

Get-AppStoreConnectApp -IssuerId 'Value' -KeyId 'Value'

PARAMETERS

-AppId

App Store Connect app id.

Type: String
Parameter Sets: ById
Aliases: None
Possible values:

Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-BundleId

Bundle identifier filter.

Type: String
Parameter Sets: Find
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-IssuerId

Issuer ID from App Store Connect API keys.

Type: String
Parameter Sets: ById, Find
Aliases: None
Possible values:

Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-KeyId

Key ID associated with the private key.

Type: String
Parameter Sets: ById, Find
Aliases: None
Possible values:

Required: True
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Limit

Maximum result count for filtered searches.

Type: Int32
Parameter Sets: Find
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Name

Name filter.

Type: String
Parameter Sets: Find
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-Platform

Platform filter.

Type: Nullable`1
Parameter Sets: Find
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-PrivateKey

Private key text in PEM format.

Type: String
Parameter Sets: ById, Find
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-PrivateKeyPath

Path to a private key file in PEM format.

Type: String
Parameter Sets: ById, Find
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

-TokenLifetimeMinutes

Token lifetime in minutes, up to 20.

Type: Int32
Parameter Sets: ById, Find
Aliases: None
Possible values:

Required: False
Position: named
Default value: None
Accept pipeline input: False
Accept wildcard characters: True

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

  • None

OUTPUTS

  • PowerForge.AppStoreConnectAppInfo

RELATED LINKS

  • None