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
The netlify status command will no longer print information about your permissions on your team memberships; it now simply prints a list of the teams you are a member of. Notably, this changes the shape of the output printed by netlify status --json; the Teams property was previously a hash of team name (string) to permissions on that team (string), but is now a list of strings (only team names).
Performance Improvements
Save ~30% of boot time for all commands by lazy-loading dev, dev:exec commands (9e27cdc)
Save 1000+ ms on most commands by using minimal accounts query when loading config (3c2c5f3)