tb fmt <path...>
Formats a .datasource, .pipe or .incl file
This command removes comments starting with # from the file, use DESCRIPTION instead.
The format command tries to parse the datafile so syntax errors might rise.
.incl files must contain a NODE definition
Arguments
Name | Description |
---|
path | folders, filepaths |
Options
Name | Description |
---|
--line-length <integer> | A number indicating the maximum characters per line in the node SQL, lines will be splitted based on the SQL syntax and the number of characters passed as a parameter |
--dry-run | Don't ask to override the local file |
--yes | Do not ask for confirmation to overwrite the local file |
--help | Show this message and exit |