wp network list
Overview
List all networks within the current installation. While most WordPress installations have only one network, WordPress supports "Multinetwork" where a single installation hosts multiple distinct site networks.
Syntax
wp network list [OPTIONS]
Basic Usage
wp network list
Output:
+----+-------------+--------+
| id | domain | path |
+----+-------------+--------+
| 1 | example.com | / |
+----+-------------+--------+
Next Steps
wp network meta— manage network-wide metadata.