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
Flip swich on strict devbox run feature flag (#503)
## Summary
Enable print-dev-env based devbox run by default. A user can always
disable it by passing `DEVBOX_FEATURE_STRICT_RUN=0`. Note that I renamed
the feature because the other name was a mouthful.
## How was it tested?
````
./devbox run test_single
./devbox run hello # success. would've failed otherwise
DEVBOX_FEATURE_STRICT_RUN=0 ./devbox run hello # fails
0 commit comments