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
FYI docker buildx ls --format "{{json . }}" is now allowed, it duplicates some results and there is no way to know the current builder from the output, but it's still a nice improvement.
I think it would make sense to add a --format flag here as well that supports --format=json (shortcut for --format '{{json .}}). wdyt @crazy-max ?
It's indeed not consistent with other commands, but I think the ship has sailed changing the default.
FWIW, we have been discussing introducing a new set of info (or view) subcommands to be used as a "human friendly" counterpart of inspect. While the inspect output can be useful for scripting, it's not very readable for humans. For that reason we're considering info commands that would output the information in a more opinionated, readable format. Such commands also gives us more flexibility to make improvements to the output without breaking scripts (as the output would, by design, not be intended for scripting / parsing).
Same reasons as #380 , for a third party lib, it's much easier to work with.
The text was updated successfully, but these errors were encountered: