Command reference¶
Complete, auto-generated reference for every refresh command and flag. It is generated from the CLI definition, so it always matches the binary.
Commands¶
| Command | Description |
|---|---|
refresh status |
Fleet patch posture across clusters and regions (the front door) |
refresh cluster |
Cluster operations (list, get, upgrade) |
refresh nodegroup |
Nodegroup operations (list, get, scale, update) |
refresh addon |
EKS add-on operations (list, get, update) |
refresh use |
Switch the active refresh context (kubectx-style) |
refresh current |
Print the active refresh context |
refresh context |
Manage saved refresh contexts (list, add, remove) |
refresh version |
Print the version of this CLI |
refresh install-man |
Install the man page for refresh |
refresh completion |
Output shell completion script (bash, zsh, or fish) |
Global flags¶
These are accepted on every command.
| Flag | Env | Default | Description |
|---|---|---|---|
--timeout, -t duration |
REFRESH_TIMEOUT |
1m0s |
Operation timeout for API calls (e.g. 60s, 2m) |
--max-concurrency, -C int |
REFRESH_MAX_CONCURRENCY |
8 |
Global max concurrency for multi-region operations |
--no-color |
NO_COLOR |
— | Disable colored output (NO_COLOR env is also honored) |
--profile string |
— | — | AWS shared-config profile (overrides the active context for this invocation) |
--region string |
— | — | AWS region (overrides the active context for this invocation) |
--log-level string |
REFRESH_LOG_LEVEL |
warn |
Log verbosity: debug, info, warn, error |
--verbose |
— | — | Shortcut for --log-level debug |
--help, -h |
— | — | show help |
--version, -v |
— | — | print the version |