Custom Commands - Parameter

I don’t see how to use the parameters in Custom Commands.

I’ve declared Parameter of kind “Menu” and it works in that way, that I can choose Options in the Form:

But I don’t see how to add the options to my command, that is executed in the CLI.
For above example… behind -country BE there should also be added the both Parameters down there: -supplier xyz and -environment staging.

And hint for that?

Ok, I’ve figured it out.

./createPricatExport.cjs -env $environment -supplier $supplier -country BE

Means you have to use $whatEver, if your parameter Name below is whatEver

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.