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
This is a nice to have requirement born from poking with Magento 2 runtime: there isn't an AppInterface implementation for PHP scripts using Magento runtime.
Indeed the bin/magento is a SymfonyApplication and doesn't implement the AppInterface.