Hi,
I have multiple workspace files and publishing them to our FME Server is demanding too much time. Is it possible to published them through the command line or python? If so, how?
Thanks
Hi,
I have multiple workspace files and publishing them to our FME Server is demanding too much time. Is it possible to published them through the command line or python? If so, how?
Thanks
You can use the FME Server REST API to publish workspaces, there's an example under the heading "Publishing a workspace to a repository" here: http://playground.fmeserver.com/using-the-rest-api/workspaces/
You can use either the HTTPCaller or a Python script to access the API.
(If you go the Python route, I'd heartily recommend using the requests module, it is amazing for working with REST interfaces)