23 lines
958 B
JSON
23 lines
958 B
JSON
{
|
|
"name": "pear",
|
|
"section": 1,
|
|
"title": "pear",
|
|
"synopsis": [
|
|
"pear help | info | list | init [dir]",
|
|
"pear stage [dir] | build [dir] | bundle [dir]",
|
|
"pear release [dir] [--label HDMS-LABEL]",
|
|
"pear seed [dir] [--wait-ms N]"
|
|
],
|
|
"description": "Pear development tools inside Bare OS (ctx.pear surface). init scaffolds a project; stage writes .pear/stage/ (sources, bundles, stage.json) using ctx.pear/ctx.bare pack tools when enabled; release publishes the stage tree to a writable HDMS mount and prints pear:// links (no host Pear CLI required); seed flushes Hyperswarm for the release drive. Requires identity unlock (login) for release/seed. Implementation: packages/bare-os-coreutils/src/pear.js, lib/pear-stage.js, lib/pear-release.js. See docs/guides/guest-pear-and-appstore-workflow.md.",
|
|
"options": [],
|
|
"keywords": [
|
|
"pear",
|
|
"bare-os",
|
|
"coreutils",
|
|
"p2p",
|
|
"build",
|
|
"release",
|
|
"hdms"
|
|
]
|
|
}
|