Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a PR that changes the script in ./devTools/syncGraphersToR2 so…
… that it supports multiple commands Add support for multiple commands in `syncGraphersToR2.ts` script. * **Refactor existing implementation:** - Move the existing implementation to the "sync" subcommand. - Update the `main` function to handle the new subcommand structure. - Parse the command-line arguments to determine which subcommand to execute. * **Add new subcommand:** - Add a new "store-dev-by-slug" subcommand with a dummy implementation. - Add a help message for the new subcommand. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/owid/owid-grapher?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information