Command reference¶
refresh is organized into a few command groups. Pick a page for the full
flag-by-flag detail and examples.
Looking for the exhaustive flag list?
These pages are the curated guide — the flags you'll actually use, with
examples. For the complete, always-in-sync list of every command and flag,
see the generated Reference (produced directly
from the CLI, so it can't drift). You can also run refresh <command> --help
or man refresh.
| Group | What it does |
|---|---|
status |
Fleet patch posture across clusters/regions |
cluster |
list, describe, upgrade-check, upgrade |
nodegroup |
list, describe, scale, update (AMI roll) |
addon |
list, describe, update (incl. --all) |
| Contexts | use, current, context add/list/remove |
| Utility | version, install-man, completion |
Global flags¶
Accepted on every command — see Configuration & AWS auth:
--profile, --region, --timeout/-t, --max-concurrency/-C,
--log-level, --verbose, --no-color.
Conventions¶
- Cluster argument — most commands take the cluster as a positional
(
refresh nodegroup list my-cluster) or via--cluster/-c, falling back to the active context. - Output —
-o table|json|yaml|plain(andtreeforcluster list); see Output formats.