Skip to content

Commit

Permalink
update cx schema to include concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Aug 24, 2023
1 parent 3eac9eb commit 6e7d273
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"33.0.0"}
{"version":"34.0.0"}
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@
"default": false,
"type": "boolean"
},
"concurrency": {
"description": "Deploy multiple stacks in parallel (Default 1)",
"type": "number"
},
"stacks": {
"description": "List of stacks to deploy\n\nRequried if `all` is not set (Default - [])",
"type": "array",
Expand Down

0 comments on commit 6e7d273

Please sign in to comment.