Open omniplan project from cli

Hi!

Is it possible open the omniplan project from server repository from command line or with using the applescript?

From the command line, You should be able to use “open -a omniplan nameOfYourOmniPlanFile”.

That is correct for the local file, but my project file in omnisync repo :(
But right now I understand that the Omni Sync Server is just a https server with digest authorization.
So I can get my project with curl and open it local with this command.
Thnks a lot!