serverless
all
Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure, and IBM OpenWhisk. Commands can be run either using the `serverless` command or its alias, `sls`.
More info →Options (1)
-t, --tailbooleanFollow the logs for a project
Example:
serverless logs {{[-t|--tail]}}Examples (6)
Create a serverless project
serverless createCreate a serverless project from a template
serverless create --template template_nameDeploy to a cloud provider
serverless deployDisplay information about a serverless project
Invoke a deployed function
serverless invoke -f function_nameFollow the logs for a project
serverless logs [-t|--tail]made by @shridhargupta | data from tldr-pages