List MCUXpresso Config Tools API versions known to NXP's KEX
npidb endpoint. This is the discovery entry point: users
rarely need an explicit version, but they may want to inspect what NXP
currently publishes.
nxp-monkey versions [--latest] [--include-unpublished] [--refresh]
| Flag | Effect |
|---|---|
| --latest | Print only the highest published version and exit. |
| --include-unpublished | Include rows with an empty version field. |
| --refresh | Bypass the 24h local cache and re-fetch from NXP. |
Default output is a tab-separated table on stdout with columns
name, api_id, version, stable.
With --latest, prints exactly one line containing the version
name (for example 25.12.10).
With the global --json flag, versions writes
versions.json to the working directory (rows + the resolved
latest) and prints that path on stdout instead of the table.
nxp_monkey.list_versions(refresh=False)
nxp_monkey.latest_version()
tests/L0_public_cli/test_versions_cli.py — argparse smoke.tests/L3_public_workflows/test_kex_client.py — offline fixture.