Release CLI
This page describes the standalone CLI package release flow.
When to read this page: you are publishing the siyuan-sisyphus npm package.
Workflow
- Update
cli/package.jsonversion - Run
pnpm build:cli - Optionally run
npm pack --dry-runincli/ - Publish with
pnpm publish:cliornpm publish --access public
Notes
- The CLI package is published from the
cli/subdirectory - Runtime code is bundled into
cli/dist/cli.cjs