Skip to main content
Invokes a module file with a path relative to the file containing the invocation. The simplified form takes the path (or id) as a single string.

Parameters

Each value in inputs is one of:
  • A shorthand string. It is evaluated as a JavaScript expression (e.g. env.QA_EMAIL), not mustache templating.
  • { string: ... }: a literal string.
  • { javascript: ... }: the script’s return value is bound to the parameter.

Shorthand

Path as a single string when the module takes no inputs.

Examples