Everything to the right of the command are CLI parameters (CLI arguments and CLI options) for that command.
Technical Details
Actually, it's everything to the right of that command, before any subcommand.
It's possible to have groups of subcommands, it's like if one command also had subcommands. And then those subcommands could have their own CLI parameters, taking their own CLI parameters.