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
-q, --quiet suppress log output
-s, --script-path string script path
Flags inherited from parent commands
-w, --workspace_id string workspace ID (overrides active context)
Examples
tailorctl workspace function test-run -s ./test.js -a auth-namespace -m machine-user
See also
- tailorctl workspace function - Manages scripts