Launch Create from command line

Is there a way to launch the Create app to open a particular USD file from the Windows command line? Thanks.

Hi there,
surprisingly there’s not a direct command line argument to do this.
You can however execute a python script (which you create inline) that opens a file, like this:

omi.create.kit.bat --exec "open_stage /path/to/my/file/myfile.usd"

Hope that helps,
Eoin

as @eoinm said we don’t provide direct open because kit itself can open any kind of file and mainly is a bootstap entry point for the application like create or view

but correction from above you need to run
omni.create.next.kit.bat from the Launcher folder, omni.create.kit.bat is now deprecated and will be removed from the next publishing

Thanks! That is what I needed.