CLI command design

version

Print EasyEDA Monkey, Python, and major runtime dependency versions for diagnostics and support reports.

Usage

easyeda-monkey version
easyeda-monkey version --format json
python -m easyeda_monkey version

Arguments

Name Required Meaning
--format No Either text or json. Default is text.

Output

Text output is optimized for terminals. JSON output is stable enough for support tooling that needs package and dependency version records.

easyeda-monkey 2026.6.4
python CPython 3.12.12
requests 2.32.5

Config And Contracts

This command has no config file. The reported keys are documented in the command manifest and covered by CLI tests.

Tests