Configure the extension license key.
warden --task=application:license
Option | Value | Description |
---|---|---|
--license_key |
<string> | Set the extension license key. |
--show_key |
<yes> | Show the current license key. |
// set the extension license key
warden --task=application:license --license_key=XXXXXXXXXXXXXXX
// show the current license key
warden --task=application:license --show_key=yes