@grest-ts/cli
CLI for keeping every @grest-ts/* package in your project on the same version. Full guide: Guide → CLI.
Usage
bash
npx @grest-ts/cli update # bump to "latest"
npx @grest-ts/cli update 0.0.30 # bump to a specific version
npx @grest-ts/cli update next # bump to a dist-tag
npx @grest-ts/cli update --dry-run # preview onlyInstall (optional)
npx works without installing anything. To pin a CLI version per-project:
bash
npm install -D @grest-ts/cli