The command line tool for functions.
s- Watches and builds all functions.
- Lists the URLs of all functions.
s list: Lists all functions.s list --json: Lists all functions as json.
s run: Prompts for a function.s run myFunction: RunsmyFunction.
Install once:
npm iBuild (watch):
npm run watchAfter watching, the command will automatically update.