Skip to content

Commit b3659af

Browse files
committed
Documentation update to add the discovery command
1 parent b06d894 commit b3659af

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/src/cli_commands.md

Lines changed: 4 additions & 3 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

@@ -138,10 +139,10 @@ If `PATH` is not provided, the command will inform you that no config file was s
138139
Discover available ESP-IDF versions (not implemented yet).
139140
140141
```bash
141-
eim discover
142+
eim discover [PATH]
142143
```
143144
144-
This command is planned to discover ESP-IDF installations on your system but is not yet implemented.
145+
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.
145146
146147
## Examples
147148

0 commit comments

Comments
 (0)