feat(cli): add --dry-run to run
Description
Add --dry-run to run to preview planned tasks without writing files/checksums.
Skips provider/auth steps; prints target paths and locales.
Usage: node ./bin/cli.mjs run -y --dry-run [--bucket json] [--target-locale es]
solves #1302
@claude please take a look
@vrcprl Please take a look
Haven't tested this locally yet but looks like a good PR to me! However, don't forget to run
pnpm run formatto format andpnpm newto add a changeset before this PR can be merged!
yeah I have run the all tests and builds
@omsherikar You need to run pnpm run format and pnpm new before the PR can be merged. Those commands will format the files and create a changeset.