Rhino Script Compiler CLI?

Hi, I’m looking for a way to compile gh files to yak pkgs from command line. Can script compiler be run from command line or is there a CLI tool available?
Thanks

1 Like

Hi @parkerjrhi,

RhinoScriptCompiler.exe is a command line utility.

Or am I confused about your question?

– Dale

Hi @dale, My understanding is that RhinoScriptCompiler is menu-driven, but I would like to pass arguments so I can run from a shell script (as part of CI job), i.e., something like:

RhinoScriptCompiler.exe MyThing.gh

Any updates on this? @dale @stevebaer

1 Like