Om Sherikar
Om Sherikar
## 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...
**Problem** `run` has no non-destructive preview. Current alternative `--frozen` fails the run instead of previewing planned changes. **Repro** ``` cd packages/cli node ./bin/cli.mjs run --help # No --dry-run flag listed...
**Problem** `show files` lists all bucket paths but cannot be filtered. Passing `--bucket` errors as unknown option. **Repro** ``` cd packages/cli node ./bin/cli.mjs show files -y # Lists everything node...
## Description Adds filters to show files: --bucket, --target-locale, --file Enables targeted path expansion for large repos Example: show only JSON ES targets node ./bin/cli.mjs show files --bucket json --target-locale...