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

1.1 KiB

Read this on the main serverless docs site

AWS - Deploy List

The sls deploy list [functions] command will list information about your deployments.

You can either see all available deployments in your S3 deployment bucket by running serverless deploy list or you can see the deployed functions by running serverless deploy list functions.

The displayed information is useful when rolling back a deployment or function via serverless rollback.

Options

  • --stage or -s The stage in your service that you want to deploy to.
  • --region or -r The region in that stage that you want to deploy to.

Examples

List existing deploys

serverless deploy list

List deployed functions and their versions

serverless deploy list functions