More config cli (#466)

* Extra config CLI tech spec

* Describe packaging

* Added CLI commands

* Add tests
This commit is contained in:
cybermaggedon 2025-08-22 13:36:10 +01:00 committed by GitHub
parent 5e71d0cadb
commit 28190fea8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 1361 additions and 0 deletions

View file

@ -78,6 +78,10 @@ tg-unload-kg-core = "trustgraph.cli.unload_kg_core:main"
tg-start-library-processing = "trustgraph.cli.start_library_processing:main"
tg-stop-flow = "trustgraph.cli.stop_flow:main"
tg-stop-library-processing = "trustgraph.cli.stop_library_processing:main"
tg-list-config-items = "trustgraph.cli.list_config_items:main"
tg-get-config-item = "trustgraph.cli.get_config_item:main"
tg-put-config-item = "trustgraph.cli.put_config_item:main"
tg-delete-config-item = "trustgraph.cli.delete_config_item:main"
[tool.setuptools.packages.find]
include = ["trustgraph*"]