mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #3549 from jogold/fix-package-deploy-docs
Fix options docs for deploy and package commands
This commit is contained in:
commit
c62192d74e
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user