scope creep

This commit is contained in:
Dietz Isaias
2025-04-14 16:10:03 +02:00
parent 0b06938d7a
commit 473bfd1a8b

View File

@@ -134,6 +134,7 @@ Deletes the entity specified by `$entity_name`.
| Unhandled exception. MySql.Data.MySqlClient.MySqlException (0x80004005): Authentication to host 'localhost' for user 'embeddingsearch' using method 'caching_sha2_password' failed with message: Access denied for user 'embeddingsearch'@'localhost' (using password: YES) | TBD | | Unhandled exception. MySql.Data.MySqlClient.MySqlException (0x80004005): Authentication to host 'localhost' for user 'embeddingsearch' using method 'caching_sha2_password' failed with message: Access denied for user 'embeddingsearch'@'localhost' (using password: YES) | TBD |
# To-do # To-do
- Implement environment variable use
- fix the `--help` functionality - fix the `--help` functionality
- Rename `cli` to something unique but still short, e.g. `escli`? - Rename `cli` to something unique but still short, e.g. `escli`?
- Improve error messaging for when retrieving a searchdomain fails. - Improve error messaging for when retrieving a searchdomain fails.