Skip to main content

license commands

License commands request and install a license.

license install

license install command uploads a license file to target hosts.

Usage

license install [options] <target> <filepath>

Arguments

  • target: selects a host or hosts using a host's name or a tag.
    • all can be used to select all hosts.
  • filepath: path to a signed license file.

Options

  • --throwOnError: throw error on failure

Examples

coordinator # license install lab1 license_request.json

license request

license request command creates a license request file.

Usage

license request [options] <target>

Arguments

  • target: selects a host or hosts using a host's name or a tag.
    • all can be used to select all hosts.

Options

  • -o, --output <output>: specific output path. default to "license_request.json".
  • --throwOnError: throw error on failure

Examples

coordinator # license request lab1
coordinator # license request lab1 -o lab_license.json