Skip to content

Commit a714c5d

Browse files
committed
Documentation update to add the discovery command
1 parent c57a54a commit a714c5d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/src/cli_commands.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ These options can be used with any command:
3030
| `remove` | Remove a specific ESP-IDF version |
3131
| `purge` | Purge all ESP-IDF installations |
3232
| `import` | Import existing ESP-IDF installation using tools_set_config.json |
33-
| `discover` | Discover available ESP-IDF versions (not implemented yet) |
33+
| `discover` | Discover available ESP-IDF versions |
34+
| `gui` | Run the ESP-IDF Installer GUI with arguments passed through command line |
3435

3536
## Command Details
3637

@@ -137,10 +138,10 @@ If `PATH` is not provided, the command will inform you that no config file was s
137138
Discover available ESP-IDF versions (not implemented yet).
138139
139140
```bash
140-
eim discover
141+
eim discover [PATH]
141142
```
142143
143-
This command is planned to discover ESP-IDF installations on your system but is not yet implemented.
144+
This command searches for previously installed ESP-IDF versions on your system. If PATH is not provided, the command will search from the root of the filesystem. For any found versions where automatic import is possible, they will be imported into EIM's management. For other found versions that cannot be automatically imported, the command will suggest the appropriate `eim install` command to allow the user to manually reinstall them.
144145
145146
## Examples
146147
@@ -174,4 +175,4 @@ eim purge
174175
175176
# Import from a config file
176177
eim import /path/to/tools_set_config.json
177-
```
178+
```

0 commit comments

Comments
 (0)