List downloadable processor families. By default, returns the merged
portfolio view (one entry per family, mapped to the newest tool version
that publishes it). With an explicit --version, returns only
families published in that exact tool version.
nxp-monkey families [--version VERSION] [--portfolio-latest] [--limit N]
| Flag | Effect |
|---|---|
| --version VERSION | Restrict to one tool version. |
| --portfolio-latest | Explicit form of the default (newest version per family). |
| --limit N | Truncate the output to the first N families. |
Default and --portfolio-latest mode: tab-separated
family\tversion. Version-pinned mode: one family name per line.
With the global --json flag, families writes
families.json to the working directory (mode tag plus the
family list with versions when in portfolio-latest mode) and prints
that path on stdout instead of the lines / table.
nxp_monkey.portfolio_latest_map()
nxp_monkey.list_families(version="25.12.10")
tests/L0_public_cli/test_families_cli.pytests/L3_public_workflows/test_kex_client.py