Skip to content

Commit 5f73ff2

Browse files
authored
chore(migrate): update warning message (#29020)
---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 832f70c commit 5f73ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/cdk-toolkit.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ export class CdkToolkit {
733733
* @param options Options for CDK app creation
734734
*/
735735
public async migrate(options: MigrateOptions): Promise<void> {
736-
warning('This is an experimental feature and development on it is still in progress. We make no guarantees about the outcome or stability of the functionality.');
736+
warning('This command is an experimental feature.');
737737
const language = options.language?.toLowerCase() ?? 'typescript';
738738
const environment = setEnvironment(options.account, options.region);
739739
let generateTemplateOutput: GenerateTemplateOutput | undefined;

0 commit comments

Comments
 (0)