-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): use new inquirer #456
Conversation
QA
✅
|
QA Round 2
🟢 Resolved
🟢 Resolved
Still a
🟢 Resolved
🟢 Resolved
🟢 Resolved
🟢 Resolved |
QA Round 3
✅ all org flags prompt for "standard" props.
✅ salesforceId prompts for flag name (enforces uniqueness), summary (enforces capital letter and period), short char (validates single char), required, multiple, length (both, 15, 18, none), 3 char prefix (enforces length of 3) |
Yeah, I chose "don't put all those on there if they're not needed" vs. duplicating what's on the prebuilt flag. That's what our code usually does. That also gives the ability to pick up message improvements like https://github.com/salesforcecli/sf-plugins-core/pull/455/files (they wouldn't have gotten that if we had copied those into their flag) |
To be clear, I wasn't advocating for adding the props when they're not needed - just that it might be surprising to developers who aren't familiar with how the flags work |
What does this PR do?
new inquirer via sf-plugins-core
other
audit:messages
instead of putting the plugin-generation command in the "unit test"configure
commands that aren't useful outside salesforceWhat issues does this PR fix or reference?
@W-13801582@