Cluster Node Commands
uac cluster-node
Commands for managing cluster nodes, including retrieving information about the current node
uac cluster-node [OPTIONS] COMMAND [ARGS]...
get
Retrieves information on the current Cluster Node
uac cluster-node get [OPTIONS]
Options
- -o, --output <output>
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
healthcheck
Get cluster node healthcheck information
uac cluster-node healthcheck [OPTIONS]
Options
- -o, --output <output>
- -s, --select <select>
select which field to be returned. JSONPATH
Arguments
list
Retrieves information on all Cluster Nodes
uac cluster-node list [OPTIONS]
Options
- -o, --output <output>
- -s, --select <select>
select which field to be returned. JSONPATH
- -f, --format <table>
Output format (json or table). Defaults to output_options.default_stdout_format in config.yml.
- Options:
json | table
- -c, --columns <table_fields>
Comma-separated list of field names to display in table output. Supports dot notation for nested fields (e.g. name.label). Example: name,description,type
Arguments