Skip to content

Commit

Permalink
feat: ignorewarnings flag for push
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 8, 2021
1 parent 6ba4d67 commit b13fd05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/commands/force/source/push.ts
Expand Up @@ -22,6 +22,10 @@ export default class SourcePush extends SfdxCommand {
min: Duration.minutes(0), // wait=0 means deploy is asynchronous
description: 'tbd',
}),
ignorewarnings: flags.boolean({
char: 'g',
description: 'tbd',
}),
};

protected static requiresUsername = true;
Expand Down

0 comments on commit b13fd05

Please sign in to comment.