-
Notifications
You must be signed in to change notification settings - Fork 5
Suspend JournalCliUpdateChecks
external help file: JournalCli.dll-Help.xml
Module Name: JournalCli
online version:
schema: 2.0.0
Temporarily snooze automated checks for new versions of the journal-cli module.
Suspend-JournalCliUpdateChecks [-Days <Int32>] [<CommonParameters>]
By default, journal-cli will automatically check for new releases every 7 days. If you have the beta version installed, it will only search for new beta releases. Likewise, if you have the official release installed, it will only search for new official release versions. You can use this cmdlet to suppress these checks for a period of time, ranging from 1 to 365 days. The default is 45.
PS C:\> Suspend-JournalCliUpdateChecksDiscontinues automated update checks for the default 45 days.
The number of days, ranging from 1 to 365, to suppress automated update checks.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: 45
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.