Activation (2.0)

To activate licenses, use the following command: ./cbbV2 license activate

Parameter Description Value
--email The email address you used to purchase the license -
--key The license key -
--offline-generate Offline activation request. This parameter is used with the '--email' and the '--key' parameters -
--offline-activation Offline activation key. This parameter is used with the '--email' and the '--key' parameters
--free Request a free license
--trial Request a trial license

Examples:

  • Retrieve offline activation key (trial mode): ./cbbV2 license activate -e jsmith@mycompany.org -t personal --offline-generate -c
  • Retrieve offline activation key (commercial license): ./cbbV2 license activate -e jsmith@mycompany.org -k "license key" --offline-generate -c
  • Activate Backup for Linux via offline activation (trial mode): ./cbbV2 license activate -e jsmith@mycompany.org -t personal --offline-activation "key_from_1_example" -c
  • Activate via offline activation (commercial license): ./cbbV2 license activate -e jsmith@mycompany.org -k "license key" --offline-activation "key_from_2_example" -c
  • Online activation (trial type): ./cbbV2 license activate -e jsmith@mycompany.org -t personal -k "license key" -c
  • Online activation (commercial type): ./cbbV2 license activate -e jsmith@mycompany.org -k "license key" -c
  • Activate free license: ./cbbV2 license activate -e jsmith@mycompany.org -free -c
https://git.cloudberrylab.com/egor.m/doc-help-std.git