Basic Command Manual

Basic Command Manual

The basic command functionality provides a set of fundamental commands.

help command

Display more commands

  1. // List all commands
  2. dubbo>help
  3. // List specific usage of a single command
  4. dubbo>help online
  5. +--------------+----------------------------------------------------------------------------------+
  6. | COMMAND NAME | online |
  7. +--------------+----------------------------------------------------------------------------------+
  8. | EXAMPLE | online dubbo |
  9. | | online xx.xx.xxx.service |
  10. +--------------+----------------------------------------------------------------------------------+
  11. dubbo>

version command

Display the version number of the currently running Dubbo

  1. dubbo>version
  2. dubbo version "3.0.10-SNAPSHOT"
  3. dubbo>

quit command

Exit the command state

  1. dubbo>quit
  2. BYE!
  3. Connection closed by foreign host.

Feedback

Was this page helpful?

Yes No

Last modified September 30, 2024: Update & Translate Overview Docs (#3040) (d37ebceaea7)