horike37 76a3a79abc Revert "add document for commands aliases"
This reverts commit ab5dea7153304d130928ec2f8deed2e678cb681d.
2017-09-02 11:13:11 +09:00

864 B

Read this on the main serverless docs site

Google - package

The sls package command packages your entire infrastructure into the .serverless directory by default and make it ready for deployment. You can specify another packaging directory by passing the --package option.

serverless package

Examples

Packaging

serverless package

This example packages your service. The generated package would be the default .serverless directory inside your service.