Skip to content

Commit 3b865d7

Browse files
committed
fix: add back command and describe
1 parent 58bcc78 commit 3b865d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/amplify-cli/src/commands/gen2-migration/refactor

packages/amplify-cli/src/commands/gen2-migration/refactor/refactor.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ const MIGRATION_DIR = '.amplify/migration';
3131
const AMPLIFY_DIR = 'amplify';
3232

3333
export class AmplifyMigrationRefactorStep extends AmplifyMigrationStep {
34+
readonly command = 'refactor';
35+
readonly describe = 'Refactor code for Gen2 compatibility';
36+
3437
private fromStack?: string;
3538
private toStack?: string;
3639
private resourceMappings?: string;

0 commit comments

Comments
 (0)