Skip to content

Latest commit

 

History

History
139 lines (108 loc) · 2.9 KB

File metadata and controls

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

Sync-AppStoreConnectAppInfoMetadata

SYNOPSIS

Syncs localized app-level App Store information from a JSON configuration file.

SYNTAX

__AllParameterSets

Sync-AppStoreConnectAppInfoMetadata [-ConfigPath] <string> -IssuerId <string> -KeyId <string> [-PrivateKey <string>] [-PrivateKeyPath <string>] [-TokenLifetimeMinutes <int>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Syncs localized app-level App Store information from a JSON configuration file.

EXAMPLES

EXAMPLE 1

Sync-AppStoreConnectAppInfoMetadata -IssuerId 'Value' -KeyId 'Value'

PARAMETERS

-ConfigPath

Path to the App Information metadata JSON configuration file.

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

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

-IssuerId

Issuer ID from App Store Connect API keys.

Type: String
Parameter Sets: __AllParameterSets
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: __AllParameterSets
Aliases: None
Possible values:

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

-PrivateKey

Private key text in PEM format.

Type: String
Parameter Sets: __AllParameterSets
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: __AllParameterSets
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: __AllParameterSets
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.AppStoreConnectAppInfoMetadataSyncResult

RELATED LINKS

  • None