diff --git a/packages/aws-cdk/lib/notices.ts b/packages/aws-cdk/lib/notices.ts index 7370b84a36f9f..cfe03a4afcab6 100644 --- a/packages/aws-cdk/lib/notices.ts +++ b/packages/aws-cdk/lib/notices.ts @@ -63,7 +63,7 @@ function dataSourceReference(ignoreCache: boolean): NoticeDataSource { function finalMessage(individualMessages: string[], exampleNumber: number): string { return [ - '\nNOTICES', + '\nNOTICES (What\'s this? https://github.com/aws/aws-cdk/wiki/CLI-Notices)', ...individualMessages, `If you don’t want to see a notice anymore, use "cdk acknowledge ". For example, "cdk acknowledge ${exampleNumber}".`, ].join('\n\n'); diff --git a/packages/aws-cdk/test/notices.test.ts b/packages/aws-cdk/test/notices.test.ts index 8ce0df5f1a080..25eb0538314e7 100644 --- a/packages/aws-cdk/test/notices.test.ts +++ b/packages/aws-cdk/test/notices.test.ts @@ -390,7 +390,7 @@ describe('cli notices', () => { }); expect(result).toEqual(` -NOTICES +NOTICES (What's this? https://github.com/aws/aws-cdk/wiki/CLI-Notices) 16603 Toggling off auto_delete_objects for Bucket empties the bucket