Enterprise Commands
License activation/install and enterprise policy bootstrapping/validation.
labgate license
Show enterprise license status (valid/invalid/not installed).
labgate licenselabgate license install
Install enterprise license key material locally.
labgate license install <keyOrFile> [--system|--user|--path] [--overwrite]| Option | Description |
|---|---|
--system | Install to /etc/labgate/license.key. |
--user | Install to ~/.labgate/license.key. |
--path <path> | Install to explicit path. |
--overwrite | Allow replacing existing file. |
labgate register
Activate an enterprise key via API, then install locally.
labgate register <activationKey> [--server <url>] [--token <token>] [--timeout <ms>] [--system|--user|--path] [--overwrite]| Option | Description |
|---|---|
--server <url> | Activation endpoint override. |
--token <token> | Bearer token for activation API. |
--timeout <ms> | Activation HTTP timeout in milliseconds (default 15000). |
--system / --user / --path | Select install target location. |
--overwrite | Allow replacing existing target file. |
labgate policy validate
Validate a policy JSON file.
labgate policy validate [file]labgate policy init
Create an enterprise policy template.
labgate policy init [--path <path>] [--institution <name>] [--admin <username>] [--runtime <runtime>] [--force]| Option | Description |
|---|---|
--path <path> | Custom output path. |
--institution <name> | Institution label in UI. |
--admin <username> | Repeatable admin username. |
--runtime <runtime> | auto|apptainer|podman (default apptainer). |
--force | Overwrite existing file. |
Runtime option accepts auto|apptainer|podman; the recommended HPC default remains apptainer.
Last updated on