You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When WP-CLI encounters a fatal error, it reports the fatal error and exits. VIP CLI doesn't report the fatal error, it just exits silently. We can test with the following command:
This issue has been marked stale because it has been open for 60 days with no activity. If there is no activity within 7 days, it will be closed.
This is an automation to keep issues manageable and actionable and is not a comment on the quality of this issue nor on the work done so far. Closed issues are still valuable to the project and are available to be searched.
When WP-CLI encounters a fatal error, it reports the fatal error and exits. VIP CLI doesn't report the fatal error, it just exits silently. We can test with the following command:
This will likely include work in the API and Runner as well as the CLI repo. Off the top of my head, the issue may be that we're ignoring stderr.
Related #361
The text was updated successfully, but these errors were encountered: