I've read about the encryption of FME files (see this topic).
I would like to know if it's possible to encrypt FME files (especially *.fmw) with a password from the fme command-line.
I tried to run:
fme PROTECT ./in_clear.fmw ./out_encrypted.fmw
but i didn't find any password parameter and no prompt either.
Use case: batch fmw encryption of a set of workspaces after development work and to deploy.