Skip to content

StaticBackend CLI v1.0.1

Choose a tag to compare

@dstpierre dstpierre released this 23 Aug 07:30
· 16 commits to master since this release

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.js

The following commands are available: