Skip to content

Commit 4afa02c

Browse files
committed
feat: localstack setup init
Signed-off-by: seven <[email protected]>
1 parent e4d68cf commit 4afa02c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/commands/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,13 @@ program
5252
await deploy(stackName, { location: file, parameters: parameter, stage });
5353
});
5454

55+
// localStack commands
56+
program
57+
.command('local [command]')
58+
.description('localstack commands')
59+
.action(() => {
60+
logger.debug('log command info');
61+
console.log('localstack commands');
62+
});
63+
5564
program.parse();

src/localStack/index.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)