Transpile SQL files in place from a file or directory tree.
uv run transpile path/to/sql-or-dir --read postgres --write snowflakeuv run transpile --dialectsTARGETmay be a single file or a directory (walked recursively).- By default, only
*.sqlfiles are processed. - Processing continues on per-file failures and prints a final summary.
--read/--write(required): source and target SQL dialects.--pretty/--no-pretty: format transpiled SQL output.--exclude(repeatable): exclude glob patterns.--dialects: print all acceptable SQL dialect names and exit.