StaticBackend CLI v1.0.1
This update introduced the function command.
To create a server-side function you use the following command
$> backend function add --name daily_trial_process --trigger daily_trials --source ./path/to/func.jsThe following commands are available:
add- Create a new server-side functiondelete- Delete the function by its nameinfo- Display run history for a functionlist- List server-side functionsupdate-
binary-for-linux-32-bit.gz
binary-for-linux-64-bit.gz
binary-for-mac-64-bit.gz
binary-for-windows-32-bit.exe.gz
binary-for-windows-64-bit.exe.gz
Update a server-side function