Fix prompt handling causing duplicate messages to be shown for export sql and dev-env sync #1682
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes an issue with prompt handling that introduces a regression with the promptless flow.
The bug is as per below:
This PR removes the lines that say 'shouldn't repeat'
Pull request checklist
New release checklist
Steps to Test
npm run build:watch
./dist/bin/vip-dev-env-sync-sql.js @0000.production --slug=local-env
. Replace 0000 with your app. Bug should no longer be there../dist/bin/vip-export-sql.js @0000.production
. Bug should no longer be there.For regression test - do step 4 and 5 again, but force the prompt to always show by overriding the conditionals at here, here, and here.