Implement the 50-point Holepunch alignment roadmap with a first-pass delivery across coreutils commands, policy examples, audit tooling, and docs. This adds new operator CLIs (appctl/corestorectl/ctxbaredoctor/dhtctl/trustctl), tiered catalog and runtime-compat reports, release-checklist integration, contributor guidance, and kernel/seeder mirrored artifacts for app registry, trust, network services, corestore namespaces, and update manifest workflows.
17 lines
463 B
JSON
17 lines
463 B
JSON
{
|
|
"name": "dhtctl",
|
|
"section": 1,
|
|
"title": "HyperDHT operator control utility",
|
|
"synopsis": [
|
|
"dhtctl status",
|
|
"dhtctl lookup TOPIC",
|
|
"dhtctl announce TOPIC",
|
|
"dhtctl connect PEER_KEY",
|
|
"dhtctl firewall allow|deny [PEER_KEY]",
|
|
"dhtctl export-key"
|
|
],
|
|
"description": "Reads /proc/bare_os DHT snapshots and sends control-plane envelopes for DHT operations.",
|
|
"options": [],
|
|
"keywords": ["p2p", "dht", "network", "operator"]
|
|
}
|