Skip to content

script/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A command line tool for managing scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published