Currently there is no real version control with FME Workspaces.
- There are metadata options where you can manually input changed and dates
- There is a github connection in FME Server which lets to make commits
- There are CustomTransformer versions
- There is no workspace version
Almost all tools have a command line option to check the version. fme.exe will do this for example - or almost anything.
- The option to set a version in a workspace and be able to call "fme my_workspace.fmw --version" would be great. The version should also be in the log file
- In addition to being able to fetch a version there should be command line options to update the version. This would greatly assist in build pipelines. An example of this is npm (nodejs)
Being able to know and control the version is pretty important if working in support