Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmd/license/license.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func NewLicenseCommand() *cobra.Command {
Args: common.ExactArgs(0),
DisableFlagsInUseLine: true, // We write our own flags in @Use attribute
Example: licenseCommandExamples,
Deprecated: "This command is deprecated and will be removed in the next major release.",
Long: `Request a new evaluation license for a specific product and version.
The new license request will be sent to the Ping Identity license server.`,
Expand Down