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
Print JSON without additional indentation by default
Because vertical screen space is valuable, compact JSON output
formatting is a better default.
However, it is still possible to pretty-print the JSON as before with
the new --pretty option.
0 commit comments