mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[cloud] Document stage option on serverless
module
This commit is contained in:
parent
6a2a7a2392
commit
6141818110
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ options:
|
|||
description:
|
||||
- The path to the root of the Serverless Service to be operated on.
|
||||
required: true
|
||||
stage:
|
||||
description:
|
||||
- The name of the serverless framework project stage to deploy to. This uses the serverless framework default "dev".
|
||||
required: false
|
||||
functions:
|
||||
description:
|
||||
- A list of specific functions to deploy. If this is not provided, all functions in the service will be deployed.
|
||||
|
|
Loading…
Reference in a new issue