Get-DifyVersion
Warning
This help was primarily created by a generative AI. It may contain partially inaccurate expressions.
SYNOPSIS
Retrieve the version information for Dify.
SYNTAX
Get-DifyVersion [[-Server] <String>] [<CommonParameters>]
DESCRIPTION
The Get-DifyVersion
cmdlet retrieves the version information of the Dify server, along with details about plugin support.
NOTE: This help was primarily created by a generative AI. It may contain partially inaccurate expressions.
EXAMPLES
Example 1
Get-DifyVersion
Retrieve the version information of the Dify server.
PARAMETERS
-Server
Specifies the server URL for the Dify instance. If not provided, the $env:PSDIFY_URL
environment variable will be used.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.