Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

StaticBackend CLI v1.0.1

Compare
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: