Skip to main content

miren cluster list

List all configured clusters

Usage

miren cluster list [flags]

Flags

  • --cluster, -C — Cluster name
  • --config — Path to the config file
  • --format — Output format (table, json) (default: table)

Global Options

  • --options — Path to file containing options
  • --server-address — Server address to connect to (default: 127.0.0.1:8443)
  • --verbose, -v — Enable verbose output

Examples

List all clusters:

miren cluster list

List as JSON:

miren cluster list --format json

See also