We currently have suite-params (argument), params (variable available in user scripts), and RunParams (internal variable, params + env) in various places in our code. This gets confusing!
We can and should simplify this all pre-GA to:
While this is a breaking change it is likely that very few people are using these options.
We currently have
suite-params(argument),params(variable available in user scripts), andRunParams(internal variable, params + env) in various places in our code. This gets confusing!We can and should simplify this all pre-GA to:
paramsis the only kind of params, with--suite-paramsand-sdeprecated in favor of-pand--params-eand--environmentflag, in favor ofNODE_ENVWhile this is a breaking change it is likely that very few people are using these options.