Prints help information on clusterctl subcommands. You can use any of the following syntaxes.

clusterctl help <subcommands>
clusterctl <subcommands> -h
clusterctl <subcommands> --help

Where <subcommands> is the list of subcommands. For example, the following command lines display identical help information on clusterctl retention config logs.

clusterctl help retention config logs
clusterctl retention config logs -h
clusterctl retention config logs --help