UNPKG

sls3-legacy

Version:

SLS3 Legacy - A fork of Serverless Framework v3

24 lines (16 loc) 559 B
<!-- title: Serverless Framework Commands - Login menuText: login menuOrder: 11 description: Login to the serverless platform layout: Doc --> <!-- DOCS-SITE-LINK:START automatically generated --> ### [Read this on the main serverless docs site](https://www.serverless.com/framework/docs/providers/aws/cli-reference/login) <!-- DOCS-SITE-LINK:END --> # Login The `login` command logs users into the serverless dashboard. It will create a new serverless platform account if one doesn't already exist. ```bash serverless login ```