diff --git a/cmd/license/license.go b/cmd/license/license.go index ad44cefe..643c1ae3 100644 --- a/cmd/license/license.go +++ b/cmd/license/license.go @@ -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.`,