We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bcc78 commit 3b865d7Copy full SHA for 3b865d7
1 file changed
packages/amplify-cli/src/commands/gen2-migration/refactor/refactor.ts
@@ -31,6 +31,9 @@ const MIGRATION_DIR = '.amplify/migration';
31
const AMPLIFY_DIR = 'amplify';
32
33
export class AmplifyMigrationRefactorStep extends AmplifyMigrationStep {
34
+ readonly command = 'refactor';
35
+ readonly describe = 'Refactor code for Gen2 compatibility';
36
+
37
private fromStack?: string;
38
private toStack?: string;
39
private resourceMappings?: string;
0 commit comments