This content is associated with a legacy version of the Replicated product. For the current Replicated product documentation, see docs.replicated.com.
replicatedctl license-load
Load the license from stdin
Synopsis
Load the license from stdin
replicatedctl license-load [flags]
Examples
  # Load an online license
  replicatedctl license-load < /home/ubuntu/license.rli
  # Load an airgapped license
  replicatedctl license-load --airgap-package /home/ubuntu/bundle.airgap < /home/ubuntu/license.rli
Options
      --airgap-package string   Path to the application airgap package
  -a, --attach                  Attach to task
      --force-online            Force an online installation even when running in airgapped mode
  -h, --help                    help for license-load
  -q, --quiet                   Only display task ID
      --raw                     Raw JSON stream
      --template string         Format the output using the given Go template
Options inherited from parent commands
      --host string   Replicated API host (default "unix:///var/run/replicated/replicated-cli.sock")
SEE ALSO
- replicatedctl - Replicated CLI