Commit 98a1bfa
authored
fix(cli): when CDK library is too old, an empty flags table is displayed (#797)
Returns an error message for users if they run the `cdk flags` command
with an incompatible version of `aws-cdk-lib`.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license1 parent add2ae7 commit 98a1bfa
File tree
2 files changed
+17
-0
lines changed- packages/aws-cdk
- lib/commands
- test/commands
2 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
460 | 471 | | |
461 | 472 | | |
462 | 473 | | |
| |||
0 commit comments