CLI#

The info command#

This is a quick way to find out, if your environment is correctly setup to use Foundry DevTools. This also helps us, if you attach it to the issue, so we know what exactly your environment is.

fdt info

Example, how it looks in my environment:

../_images/fdt_info_example.svg

The config command#

This is a quick way to see what your config currently is and from which file the config is sourced. You can also easily launch the config file in an editor.

View the config and config files#

fdt config
../_images/fdt_config_example.svg

Edit a config file#

fdt config edit
../_images/fdt_config_edit_example.svg

The build command#

fdt build [-t transform_file]

If you provide a transform file via the -t flag, it will try to execute the checks and the build for that transform file and tail its logs. If you don’t provide a transform file via that flag, it will list the transform files in your last commit and let you choose what transform you want to run.

See also

The s3 CLI