We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d716c commit dd751edCopy full SHA for dd751ed
1 file changed
packages/aws-cdk/lib/cxapp/cloud-assembly.ts
@@ -76,8 +76,9 @@ export interface StackSelector {
76
/**
77
* Whether all stacks at the top level assembly should
78
* be selected and nothing else.
79
- * If no top-level stacks exist (Stage-only apps), selects all stacks
80
- * including those in nested assemblies.
+ *
+ * For Stage-only apps where no top-level stacks exist,
81
+ * selects all stacks including those in nested assemblies.
82
*/
83
allTopLevel?: boolean;
84
0 commit comments