Answers for "How to publish a workspace to a FME Server through command line?" https://knowledge.亚搏在线safe.com/questions/48951/how-to-publish-a-workspace-to-a-fme-server-through.html The latest answers for the question "How to publish a workspace to a FME Server through command line?" Answer by david_r https://knowledge.safe.com/answers/48952/view.html

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 therequests module, it is amazing for working with REST interfaces)

Thu, 27 Jul 2017 15:08:57 GMT david_r