Skip to content

Commit

Permalink
Add -m flag for --merge in app use (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Apr 3, 2024
1 parent 7b530f0 commit a4bf919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/app/use.js
Expand Up @@ -360,6 +360,7 @@ Use.flags = {
merge: Flags.boolean({
description: 'Merge any .aio and .env files during import of the Adobe Developer Console configuration file',
default: false,
char: 'm',
exclusive: ['overwrite']
}),
global: Flags.boolean({
Expand Down

0 comments on commit a4bf919

Please sign in to comment.