nodetool help
Displays help information for nodetool commands.
Synopsis
Section titled “Synopsis”nodetool help [command]Description
Section titled “Description”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.
Examples
Section titled “Examples”List All Commands
Section titled “List All Commands”nodetool helpHelp for Specific Command
Section titled “Help for Specific Command”nodetool help statusnodetool help repairnodetool help compactOutput
Section titled “Output”General Help
Section titled “General Help”Lists all available nodetool commands with brief descriptions.
Command-Specific Help
Section titled “Command-Specific Help”Shows:
- Command synopsis
- Description
- Available options
- Arguments
Use Cases
Section titled “Use Cases”Discover Commands
Section titled “Discover Commands”# List all commandsnodetool help | lessLearn Command Options
Section titled “Learn Command Options”# Get detailed options for repairnodetool help repairAlternative
Section titled “Alternative”# Most commands also support --helpnodetool status --helpnodetool repair --helpRelated Commands
Section titled “Related Commands”All nodetool commands can be explored via help.