mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Read this on the main serverless docs site
Beta CLI Commands
Logging in to the platform enables access to beta features of the Serverless framework.
serverless run
Start local development mode for a Serverless service. This mode downloads and installs the event-gateway and the serverless emulator. Both of these are used to emulate a serverless service and develop against them locally.
serverless emit
Emit an event to an event-gateway.
serverless login
Register or log in to the platform.
serverless logout
Logout of the platform.