CLI Reference
sieve push
Push data to a function in Sieve.
Usage
Options
--help
Show this message and exit.
Arguments
FUNCTION_NAME
Name of function to push data to.INPUTS
JSON string representing the inputs to the function.
Example
A function named sample_function
that takes in a sieve.File
named video
and a sieve.File
named image
would be triggered with the following command:
A function named sample_function
that takes in a str
named prompt
would be triggered with the following command:
Was this page helpful?