Skip to content

Commit b13fd05

Browse files
committed
feat: ignorewarnings flag for push
1 parent 6ba4d67 commit b13fd05

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/commands/force/source/push.ts

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export default class SourcePush extends SfdxCommand {
2222
min: Duration.minutes(0), // wait=0 means deploy is asynchronous
2323
description: 'tbd',
2424
}),
25+
ignorewarnings: flags.boolean({
26+
char: 'g',
27+
description: 'tbd',
28+
}),
2529
};
2630

2731
protected static requiresUsername = true;

0 commit comments

Comments
 (0)