Set-OCICmdletHistory
SYNOPSIS
Set the OCI Cmdlet history store properties.
SYNTAX
Set-OCICmdletHistory -Size <Int32> [<CommonParameters>]
DESCRIPTION
Cmdlet history store records the cmdlet invocation and API reponses received for last few OCI Cmdlets invoked. The default size of the Cmdlet history store is 20. This Cmdlet configures the size of the OCI Cmdlet history store in the current Powershell session.
PARAMETERS
-Size
Size of the history store
Type: Int32
Parameter Sets: (All)
Aliases: None
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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.
OUTPUTS
- System.Int32