Skip to content

Latest commit

 

History

History
92 lines (70 loc) · 2.05 KB

File metadata and controls

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

Test-AppStoreConnectScreenshotSyncConfig

SYNOPSIS

Validates an App Store Connect screenshot sync configuration against local files.

SYNTAX

__AllParameterSets

Test-AppStoreConnectScreenshotSyncConfig [-ConfigPath] <string> [-PassThru] [-Quiet] [<CommonParameters>]

DESCRIPTION

Validates an App Store Connect screenshot sync configuration against local files.

EXAMPLES

EXAMPLE 1

Test-AppStoreConnectScreenshotSyncConfig -ConfigPath 'C:\Path'

PARAMETERS

-ConfigPath

Path to the screenshot sync JSON configuration file.

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

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue, ByPropertyName)
Accept wildcard characters: True

-PassThru

Return the full validation result instead of a Boolean.

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

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

-Quiet

Suppress validation warnings.

Type: SwitchParameter
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

  • System.String

OUTPUTS

  • System.Boolean PowerForge.AppStoreConnectScreenshotSyncValidationResult

RELATED LINKS

  • None