tailorctl workspace function test-run

Run a specified script on Function Service without applying pipeline / executor for the testing purpose.

Usage

tailorctl workspace function test-run [flags]

Flags

  -a, --app string           app name
  -g, --arg string           argument to the script
  -h, --help                 help for test-run
  -m, --machineuser string   machieuser name
  -s, --script-path string   script path
  -t, --tail                 tail console.log

Examples

tailorctl workspace function test-run -s ./test.js -a auth-namespace -m machine-user

See also