Skip to content

AxonOps — AI-Native Control Plane for Open Source Data Platforms

nodetool help

Displays help information for nodetool commands.


Terminal window
nodetool help [command]

nodetool help displays usage information for nodetool. When called without arguments, it lists all available commands. When called with a command name, it shows detailed help for that specific command.


Terminal window
nodetool help
Terminal window
nodetool help status
nodetool help repair
nodetool help compact

Lists all available nodetool commands with brief descriptions.

Shows:

  • Command synopsis
  • Description
  • Available options
  • Arguments

Terminal window
# List all commands
nodetool help | less
Terminal window
# Get detailed options for repair
nodetool help repair

Terminal window
# Most commands also support --help
nodetool status --help
nodetool repair --help

All nodetool commands can be explored via help.