chore: remove legacy @mosaicstack/cli package (#398)

This commit is contained in:
2026-04-05 04:39:46 +00:00
parent 257796ce87
commit c39433c361
52 changed files with 12 additions and 6685 deletions
+3 -3
View File
@@ -160,12 +160,12 @@ The `mosaic` CLI provides a terminal interface to the same gateway API.
### Installation
The CLI ships as part of the `@mosaicstack/cli` package:
The CLI ships as part of the `@mosaicstack/mosaic` package:
```bash
# From the monorepo root
pnpm --filter @mosaicstack/cli build
node packages/cli/dist/cli.js --help
pnpm --filter @mosaicstack/mosaic build
node packages/mosaic/dist/cli.js --help
```
Or if installed globally: