Use Code's integrated terminal to run Transformalize arrangements.
This extension features four commands that pass your file (arrangement) to Transformalize's command line interface (tfl.exe).
- tfl: init
- tfl: run
- tfl: schema
- tfl: schedule
Use CTRL-SHIFT-P
to find and execute the commands.
Download and decompress the latest release of Transformalize. Decompress it, set it as executable, and put it on your PATH
or set the tfl.path
setting. If you have Docker, you can run the Transformalize container (see below).
This extension contributes the following settings:
tfl.path
: the full path including the Transformalize binary (e.g.tfl
ortfl.exe
). Or, you may set this to run Transformalize from a Docker container (e.g.docker run -v "$(pwd)":"$(pwd)" --rm --platform linux/amd64 dalenewman/transformalize.cli:0.10.2
).