title | summary |
---|---|
tiup dm list |
tiup-dm supports deploying multiple clusters using the same control machine. The "tiup dm list" command checks which clusters are deployed by the currently logged-in user. The data is stored in the ~/.tiup/storage/dm/clusters/ directory. The user can view the cluster name, deploying user, version, path, and private key. |
tiup-dm
supports deploying multiple clusters using the same control machine. You can use the tiup dm list
command to check which clusters are deployed using the control machine by the currently logged-in user.
Note:
By default, the data of the deployed clusters is stored in the
~/.tiup/storage/dm/clusters/
directory. The currently logged-in user cannot view the clusters deployed by other users on the same control machine.
tiup dm list [flags]
- Prints the help information.
- Data type:
BOOLEAN
- This option is disabled by default with the
false
value. To enable this option, add this option to the command, and either pass thetrue
value or do not pass any value.
A table consisting of the following fields:
Name
: the cluster name.User
: the user who deployed the cluster.Version
: the cluster version.Path
: the path of the cluster deployment data on the control machine.PrivateKey
: the path of the private key to the cluster.