vulkro machine-id
Print this machine's Vulkro fingerprint (32 hex characters).
Paste it into the upgrade email to license@vulkro.com when running
vulkro buy.
Usage
vulkro machine-id
This command takes no arguments and no flags.
Related
vulkro buy- opens a pre-filled email that already includes this ID.vulkro activate- install the machine-bound.licfile you receive back.vulkro license-status- also prints the machine ID alongside the rest of the license state.
Command reference
Generated from vulkro help machine-id on vulkro 0.26.0. This block is the
authoritative flag, usage, and exit-code reference for this command; the
prose above is the friendly explanation. Do not edit this block by hand;
run npm run docs:cli after a release.
Print this machine's id, which you need when requesting a licence.
Print this machine's Vulkro fingerprint (32 hex chars). Paste it into the upgrade email to license@vulkro.com when running `vulkro buy`.
Exit code: 0 fingerprint printed, 2 on error.
Usage: vulkro machine-id [OPTIONS]
Options:
--offline
Hard-disable every outbound network call for this run (sets VULKRO_OFFLINE=1). Blocks the CVE feed, the license heartbeat, the update check, webhooks, and any cloud AI endpoint; a loopback model (http://127.0.0.1, http://localhost) is still allowed. Equivalent to exporting VULKRO_OFFLINE=1, and the flag wins when both are set
-h, --help
Print help (see a summary with '-h')