@@ -103,19 +103,21 @@ function blockscout-help () {
103103
104104function devnet-help () {
105105 echo -e " ${YELLOW} Devnet commands:${R} "
106- echo -e " ${B} devnet pull${R} pull container images for all devnet services"
107- echo -e " ${B} devnet start|up${R} start the network with default components"
108- echo -e " ${B} devnet stop|down${R} shutdown the network and reset all database"
109- echo -e " ${B} devnet allocations${R} print information about pre-allocated wallets"
110- echo -e " ${B} devnet state|status${R} --node print lastest consensus state for all chains in the network"
111- echo -e " ${B} devnet summary${R} print summary of the consensus state for all nodes in the network"
112- echo -e " ${B} devnet restart${R} restart the chainweb-node service"
113- echo -e " ${B} devnet ports${R} show ports of available services"
114- echo -e " ${B} devnet height-details${R} return detailed information for a given block height or 'latest' in JSON"
115- echo -e " ${B} devnet services${R} show status of services in the network (docker compose ps)"
116- echo -e " ${B} devnet chain-config${R} show chainweb chain configuration"
117- echo -e " ${B} devnet curl${R} run a curl command from within the docker network"
118- echo -e " ${B} devnet reth-db${R} run a reth CLI database debugging command (first argument is the chain, i.e. 0 or 1)"
106+ echo -e " ${B} devnet pull${R} pull container images for all devnet services"
107+ echo -e " ${B} devnet start|up${R} start the network with default components"
108+ echo -e " ${B} devnet stop|down${R} shutdown the network and reset all database"
109+ echo -e " ${B} devnet allocations${R} print information about pre-allocated wallets"
110+ echo -e " ${B} devnet state|status${R} print lastest consensus state for all chains in the network"
111+ echo -e " ${B} devnet summary${R} print summary of the consensus state for all nodes in the network"
112+ echo -e " ${B} devnet restart${R} restart the chainweb-node service"
113+ echo -e " ${B} devnet ports${R} show ports of available services"
114+ echo -e " ${B} devnet height-details${R} return detailed information for a given block height or 'latest' in JSON"
115+ echo -e " ${B} devnet services${R} show status of services in the network (docker compose ps)"
116+ echo -e " ${B} devnet chain-config${R} show chainweb chain configuration"
117+ echo -e " ${B} devnet curl${R} run a curl command from within the docker network"
118+ echo -e " ${B} devnet reth-db${R} run a reth CLI database debugging command (first argument is the chain, i.e. 0 or 1)"
119+ echo -e " "
120+ echo -e " Use a command with ${B} --help${R} , ${B} -h${R} , or ${B} -?${R} to see more details and options."
119121}
120122
121123function usage() {
0 commit comments