The all-tables, url and network arguments conflict with one another.
I understand optionally the --all-tables will update any non-core WP tables, for example those created by plugins. But a command can't run on the network and a single site at the same time, so I assume the url parameter here is ignored?
The URL parameter is sort of ignored but it's fine to leave it in, typically it's used to set the value $_SERVER['HTTP_HOST'] so it avoids warnings about that if nothing else.
The all-tables, url and network arguments conflict with one another.
I understand optionally the --all-tables will update any non-core WP tables, for example those created by plugins. But a command can't run on the network and a single site at the same time, so I assume the url parameter here is ignored?
--all-tables overrides --network.