OSC Node Headless Mode, possible to open default config?

Is it possible to run OSC Node headless mode, and include the path to the settings.config file in the option flag params? Or, do I have to add each flag for each client setting at the node run?

Was thinking something like

node "path\to\osc" --config "path\to\settings.config"

Cheers,
DMDComposer

1 Like

Ah, I figured it out when trying to test option flag commands and the help commands popped up. The option does exist.

node "path\to\osc" --config-file "path\to\settings.config"

@jean-emmanuel, I'm looking through the documentation now and I'm not finding a list of available --help node flag params for running OSC in node. Is it possible we could add those to the docs?

Cheers,
DMDComposer

The options are all documented here, also you can use the --help flag to print them in the terminal.

1 Like

Doh!

I did a simple search in documentation for --flagPararm which resulted in no matches. My apologies and ty for pointing it out.

Cheers!