espressif / idf-env

idf-env tool helps set up and manage ESP-IDF installations
29 stars 4 forks source link

tools: add support for config retrieval by idf-id #26

Closed georgik closed 2 years ago

georgik commented 2 years ago

Add support to retrieve information about installed ESP-IDF property based on IDF ID. Syntax:

idf-env config get --property python --idf-id esp-idf-618cf3b908db7b2ed74540bde5ba6605

This should be more reliable alternative to filter by idf-path.

This feature is necessary to solve:

georgik commented 2 years ago

@jessebraham Please review the suggested change.