Skip to content

Commit

Permalink
fix(release): make release defn flag mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Aug 11, 2023
1 parent 62cfc84 commit 8c02198
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default class Release extends SfpowerscriptsCommand {
releasedefinition: arrayFlagSfdxStyle({
char: 'p',
description: messages.getMessage('releaseDefinitionFlagDescription'),
required: true,
}),
targetorg: requiredUserNameFlag,
scriptpath: Flags.file({
Expand Down

0 comments on commit 8c02198

Please sign in to comment.