mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
876 B
876 B
Read this on the main serverless docs site
Azure - Deploy List
The sls deploy list command will list information about your deployments.
You can see all deployments to your Azure Function App with the timestamp of deployment.
The displayed information is useful when rolling back a deployment or function via serverless rollback.
Options
--configor-cName of your configuration file, if other thanserverless.yml|.yaml|.js|.json.
Examples
List existing deployments
sls deploy list