Passing input to your script
stdin
,
command line arguments and environment variables.
stdin
stdin
parameter. The API sets any value you provide as stdin for the executed
script.
args
parameter. The API passes these values as command line arguments
to your script.
env
parameter. The API sets these values as environment variables
accessible from within your script.