npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

pear-stage-next

1.2.6

@mafintosh

npmSnykSocket
Downloads:76
$ npm install pear-stage-next
DailyWeeklyMonthlyYearly

pear-stage-next

Stage a local folder to a Hyperdrive.

Install

npm install pear-stage-next

CLI

pear-stage-next [flags]
FlagDescription
--touchCreate a new staging key and print its pear link
--key <key>Target Hyperdrive key to stage into
--name <name>Use a named Corestore namespace
--target <path>Local directory to stage (defaults to cwd)
--storage <storage>Path to Corestore storage
--primary-key <hex>Hex-encoded Corestore primary key
--versionPrint the version

Workflow

1. Create a staging key

pear-stage-next --storage ./store --touch
# pear://abc123...

2. Stage and seed a local folder into the drive

pear-stage-next --storage ./store --key pear://... --target ./my-app

License

Apache-2.0