nxp-monkey version

design / cli / version

Purpose

Print the installed nxp-monkey version, Python runtime, and major runtime dependency versions. This is the first support command to run when checking an installed tool or workspace setup.

Usage

nxp-monkey version
nxp-monkey version --format json
nxpm version

Output

Text mode prints one name version row per line. JSON mode prints the same data as a single object for automation.

Side Effects

None. This command does not read or write the NXP cache.

Tests