-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: new inquirer #489
feat: new inquirer #489
Conversation
QA: linked to sf and run from dreamhouse-lwc project
✅
|
QA Round 2
|
What does this PR do?
switch to the new inquirer (large refactor)
bugs fixed:
schema generate field
wouldn't prompt forexternalId
except for customObjects (it should have), but would for Platform Event fields (it shouldn't)features
schema generate platformevent
now provides customized instructions for creating a field, similar to howschema generate sobject
didWhat issues does this PR fix or reference?
prerequisite for @W-14674359@ (which will remove old inquirer that this was using)
@W-13801582@