Module Evm_node_lib_dev.Shell

main ~config block starts a REPL allowing the user to inspect the content of the durable storage at the specified block, as stored in config.data_dir.

cat ~config block pp path prints to the standard output the value stored under path for the specified block, using the pretty-printer kind pp.

ls ~config block path lists the child directories under path for the specified block.

tree ~config block path depth prints the tree structure under path up to depth levels for the specified block.