Skip to content

Commit

Permalink
chore(cli): update Command enum
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Dec 30, 2024
1 parent fe3af93 commit de4838f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/aws-cdk/lib/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ export enum Command {
INIT = 'init',
VERSION = 'version',
WATCH = 'watch',
GC = 'gc',
ROLLBACK = 'rollback',
IMPORT = 'import',
ACKNOWLEDGE = 'acknowledge',
NOTICES = 'notices',
MIGRATE = 'migrate',
CONTEXT = 'context',
DOCS = 'docs',
DOCTOR = 'doctor',
}

const BUNDLING_COMMANDS = [
Expand Down

0 comments on commit de4838f

Please sign in to comment.