pear-stage-next
v1.2.6
Published
Stage local folder to Hyperdrive
Readme
pear-stage-next
Stage a local folder to a Hyperdrive.
Install
npm install pear-stage-nextCLI
pear-stage-next [flags]| Flag | Description |
| --------------------- | ------------------------------------------------ |
| --touch | Create 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 |
| --version | Print 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-appLicense
Apache-2.0
