@@ -117,12 +117,31 @@ rc admin policy attach local/ readonly --user newuser
117117rc admin service-account add local/ myuser
118118```
119119
120+ ### Admin Operations (Cluster)
121+
122+ ``` bash
123+ # Cluster information
124+ rc admin info cluster local
125+ rc admin info server local
126+ rc admin info disk local --offline
127+
128+ # Heal operations
129+ rc admin heal status local
130+ rc admin heal start local --bucket mybucket --scan-mode deep
131+ rc admin heal start local --dry-run
132+ rc admin heal stop local
133+
134+ # JSON output
135+ rc admin info cluster local --json
136+ rc admin heal status local --json
137+ ```
138+
120139## Command Overview
121140
122141| Command | Description |
123142| ---------| -------------|
124143| ` alias ` | Manage storage service aliases |
125- | ` admin ` | Manage IAM users, policies, groups, and service accounts |
144+ | ` admin ` | Manage IAM users, policies, groups, service accounts, and cluster operations |
126145| ` ls ` | List buckets or objects |
127146| ` mb ` | Make bucket |
128147| ` rb ` | Remove bucket |
@@ -150,6 +169,8 @@ rc admin service-account add local/ myuser
150169| ` admin policy ` | Manage IAM policies (create, remove, list, info, attach, detach) |
151170| ` admin group ` | Manage IAM groups (add, remove, list, info, member) |
152171| ` admin service-account ` | Manage service accounts (add, remove, list, info, edit) |
172+ | ` admin info ` | Display cluster information (cluster, server, disk) |
173+ | ` admin heal ` | Manage cluster healing operations (status, start, stop) |
153174
154175## Output Format
155176
0 commit comments