tb diff¶
Diffs local datafiles to the corresponding remote files in the Workspace.
Options¶
Option | Description |
---|---|
--fmt / --no-fmt | Format files before doing the diff, default is True so both files match the format. |
--no-color | Don't colorize diff. |
--no-verbose | List the resources changed not the content of the diff. |
Remote files are downloaded and stored locally in a .diff_tmp
directory. If you're versioning the project with git, you can add the directory to the .gitignore
list.