@frites/cli
v0.0.3
Published
CLI for the frites multi-agent gateway and coding council
Readme
@frites/cli
CLI for the frites multi-agent gateway and coding council.
Publish to npm
This package is scoped (@frites/cli), so npm requires it to be published with public access. The package already sets this in publishConfig.access, but keep the explicit --access public flag in release commands so the intent is clear.
From the repo root:
pnpm install
pnpm build
pnpm --filter @frites/cli publish --access publicFor a dry run before publishing:
pnpm --filter @frites/cli publish --dry-run --access publicUse pnpm publish rather than running npm publish directly from this workspace package so workspace dependencies are packed correctly for npm.
License
Apache-2.0. See the LICENSE file shipped with this package.
Pre-publish checklist
- Confirm
versioninapps/cli/package.jsonis the version you want to publish. - Run
pnpm buildfrom the repo root. - Run the dry run and check that only the expected files are included.
- Publish with
--access public.
