Highlights
#13581:
This PR implements the structured output (table with header and rows) for two Sui CLI commands, sui client addresses
and sui client dynamic-field
.
#13533:
This PR changes the default logging level for Sui CLI (Client, Move, Keytool) from info
to error
. The logging level can be overwritten by setting the RUST_LOG
env variable.