Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 469 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 469 Bytes

cli

The command line tool for functions.

Commands

s

s
  • Watches and builds all functions.
  • Lists the URLs of all functions.

s list

  • s list: Lists all functions.
  • s list --json: Lists all functions as json.

s run

  • s run: Prompts for a function.
  • s run myFunction: Runs myFunction.

Develop

Install once:

npm i

Build (watch):

npm run watch

After watching, the command will automatically update.