From fcb8d411d87fbd45b5195ff3d7d8e51c324bd5e4 Mon Sep 17 00:00:00 2001 From: Nik Graf Date: Wed, 19 Oct 2016 18:44:08 +0200 Subject: [PATCH] add explainatory info to docs --- docs/03-cli-reference/03-deploy.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/03-cli-reference/03-deploy.md b/docs/03-cli-reference/03-deploy.md index eb7bf3afb..75f2e560c 100644 --- a/docs/03-cli-reference/03-deploy.md +++ b/docs/03-cli-reference/03-deploy.md @@ -47,6 +47,9 @@ With this example we've defined that we want our service to be deployed to the ` serverless deploy list ``` +Running this command will list your recent deployments available in your S3 deployment bucket. It will use +stage and region from the provider config. + ## Provided lifecycle events - `deploy:cleanup` - `deploy:initialize`