mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
<!--
|
|
title: Serverless - Platform Documentation
|
|
menuText: Platform
|
|
layout: Doc
|
|
menuItems:
|
|
- {menuText: emit, path: /framework/docs/platform/commands/emit/}
|
|
- {menuText: login, path: /framework/docs/platform/commands/login/}
|
|
- {menuText: logout, path: /framework/docs/platform/commands/logout/}
|
|
- {menuText: run, path: /framework/docs/platform/commands/run/}
|
|
-->
|
|
|
|
<!-- DOCS-SITE-LINK:START automatically generated -->
|
|
### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/platform)
|
|
<!-- DOCS-SITE-LINK:END -->
|
|
|
|
# Serverless Platform (Beta)
|
|
|
|
The Serverless Platform is currently in experimental beta. If you'd like to participate in the beta, please refer to the [full platform docs.](https://github.com/serverless/platform)
|
|
|
|
## Beta CLI Commands
|
|
|
|
Logging in to the platform enables access to beta features of the Serverless framework.
|
|
|
|
### [`serverless emit`](./commands/emit.md)
|
|
Emit an event to an event-gateway.
|
|
|
|
### [`serverless login`](./commands/login.md)
|
|
Register or log in to the platform.
|
|
|
|
### [`serverless logout`](./commands/logout.md)
|
|
Logout of the platform.
|