complyform activate
Activate a license key and manage CLI configuration via the config command.
complyform config activate <key>complyform config deactivatecomplyform config status [--verbose]config activate Options
Section titled “config activate Options”| Flag | Type | Default | Description |
|---|---|---|---|
<key> | positional | — | License key to activate |
--license-file | path | — | Air-gapped license file path (alternative to online activation) |
config deactivate
Section titled “config deactivate”Remove license key, revert to Community tier.
config status
Section titled “config status”Show current tier, license expiry, project usage.
| Flag | Type | Default | Description |
|---|---|---|---|
--verbose | bool | false | Extended diagnostics: tier, features, license key (last 8 chars), expiry, days remaining, subscription status, last scan, profile bundle version, cloud auth status. |
Other config Subcommands
Section titled “Other config Subcommands”complyform config set key=value— Set defaults (e.g.,default-cloud,default-framework)complyform config auth— Configure cloud credentials for API scanningcomplyform config telemetry --enable|--disable|--info— Manage telemetrycomplyform config corpus-delete— Request deletion of contributed corpus triples (SPEC-007)complyform config export-data— Export all hosted data (Team+)complyform config delete-data— Delete all hosted data (Team+, irreversible)
Examples
Section titled “Examples”Activate a license:
complyform config activate cf_pro_abc123def456Air-gapped activation:
complyform config activate --license-file=./license.complyform-licenseCheck status:
complyform config status --verboseDeactivate:
complyform config deactivate