Basic Command Manual
Basic command manual
help command
// list all commands
dubbo>help
//List the specific usage of a single command
dubbo>help online
+--------------+---------------------------------- ------------------------------------------------+
| COMMAND NAME | online |
+--------------+---------------------------------- ------------------------------------------------+
| EXAMPLE | online dubbo |
| | online xx.xx.xxx.service |
+--------------+---------------------------------- ------------------------------------------------+
dubbo>
version command
Display the version number of the currently running Dubbo
dubbo>version
dubbo version "3.0.10-SNAPSHOT"
dubbo>
quit command
exit command state
dubbo>quit
BYE!
Connection closed by foreign host.
Last modified January 2, 2023: Enhance en docs (#1798) (95a9f4f6c1)