Merge pull request #3549 from jogold/fix-package-deploy-docs

Fix options docs for deploy and package commands
This commit is contained in:
Philipp Muens 2017-05-03 10:31:31 +02:00 committed by GitHub
commit c62192d74e
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ serverless deploy
## 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.
- `--package` or `-p` package to a pre-packaged directory and skip packaging step.
- `--package` or `-p` path to a pre-packaged directory and skip packaging step.
- `--verbose` or `-v` Shows all stack events during deployment, and display any Stack Output.
## Artifacts

View File

@ -12,7 +12,7 @@ layout: Doc
# AWS - 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 `--path` option.
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.
```bash
serverless package