1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| > sls --help
config ........................ Configure Serverless config credentials ............ Configures a new provider profile for the Serverless Framework create ........................ Create new Serverless service deploy ........................ Deploy a Serverless service deploy function ............... Deploy a single function from the service deploy list ................... List deployed version of your Serverless Service deploy list functions ......... List all the deployed functions and their versions info .......................... Display information about the service install ....................... Install a Serverless service from GitHub or a plugin from the Serverless registry invoke ........................ Invoke a deployed function invoke local .................. Invoke function locally logs .......................... Output the logs of a deployed function metrics ....................... Show metrics for a specific function offline ....................... Simulates API Gateway to call your lambda functions offline. offline start ................. Simulates API Gateway to call your lambda functions offline using backward compatible initialization. remove ........................ Remove Serverless service and all resources
Plugins ... many
|