Configure the extension license key.
juggernaut --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
juggernaut --task=application:license --license_key=XXXXXXXXXXXXXXX
// show the current license key
juggernaut --task=application:license --show_key=yes