You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(toolkit): add a return type for toolkit.deploy() (#317)
`toolkit.deploy()` now returns information about the stacks it deployed.
Fixesaws/aws-cdk#33189
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
---------
Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
Copy file name to clipboardExpand all lines: packages/@aws-cdk/cloud-assembly-schema/schema/cloud-assembly.schema.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@
83
83
]
84
84
},
85
85
"displayName": {
86
-
"description": "A string that represents this artifact. Should only be used in user interfaces. (Default - no display name)",
86
+
"description": "A string that can be shown to a user to uniquely identify this artifact inside a cloud assembly tree\n\nIs used by the CLI to present a list of stacks to the user in a way that\nmakes sense to them. Even though the property name \"display name\" doesn't\nimply it, this field is used to select stacks as well, so all stacks should\nhave a unique display name. (Default - no display name)",
0 commit comments