rdt command, before or after the subcommand name.
Example:
Two separate sets of credentials
RDT talks to your infrastructure in two different ways, each with its own credentials:- SSH credentials (
--user/--key/--password/--ask-passwordabove): used for every node-level operation: distributing files, installing packages, managing services, probing hardware, collecting debug info, cleaning, and resetting. Passing--useror--keyon any command persists it as the default for every subsequent command, not just the one you ran.--passwordand--ask-passwordonly apply to that single invocation. - System Manager credentials: used only by
configure,start-cluster,stop-cluster, andreset(indirectly) to connect to the database itself. These are currently fixed to Regatta’s default admin account and aren’t configurable through the CLI today.