nctl get clusters
nctl get clusters
Get cluster information
nctl get clusters [flags]
Examples
# List all clusters that are onboarded to Nirmata Control Hub (NCH)
nctl get clusters
# Get detailed information about a specific cluster
nctl get clusters <cluster-name>
# Show additional details about all clusters
nctl get clusters --wide
# Allow connections to an address with a self-signed or unverified certificate (not recommended)
nctl get clusters --insecure
Options
-h, --help help for clusters
--insecure allow connection to an address with a self-signed or non-verifiable certificate (not recommended)
--token string Nirmata API Login Key (env NIRMATA_TOKEN)
--url string Nirmata server base URL (env NIRMATA_URL)
--wide to show extra cluster details
Options inherited from parent commands
-v, --v Level log level for V logs
SEE ALSO
- nctl get - Get Nirmata Control Hub (NCH) resources