Commit 6e67078
committed
fix(toolkit-lib): remove deprecated options
Remove deprecated options that have been replaced by IoHost functionality:
- Remove `requireApproval` from DeployOptions (deprecated)
- Remove `ci` and `progress` from DeployOptions (deprecated)
- Remove `ci` from DestroyOptions (deprecated)
- Remove related usage in toolkit.ts implementation
BREAKING CHANGE: Removes previously deprecated options from Toolkit actions. From `DeployOptions`, removed the options `requireApproval`, `ci` and `progress`. From `DestroyOptions`, removed the option `ci`. All removed options were previously deprecated and had no functional effect. Instead you should implement desired functionality in your `IIoHost` implementation.1 parent 3e8359c commit 6e67078
File tree
3 files changed
+0
-31
lines changed- packages/@aws-cdk/toolkit-lib/lib
- actions
- deploy
- destroy
- toolkit
3 files changed
+0
-31
lines changedLines changed: 0 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | 106 | | |
115 | 107 | | |
116 | 108 | | |
| |||
146 | 138 | | |
147 | 139 | | |
148 | 140 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | 141 | | |
164 | 142 | | |
165 | 143 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 13 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
521 | 520 | | |
522 | 521 | | |
523 | 522 | | |
| |||
1005 | 1004 | | |
1006 | 1005 | | |
1007 | 1006 | | |
1008 | | - | |
1009 | 1007 | | |
1010 | 1008 | | |
1011 | 1009 | | |
| |||
0 commit comments