mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Knowledge core CLI (#368)
This commit is contained in:
parent
807c19fd22
commit
8080b54328
7 changed files with 330 additions and 0 deletions
|
|
@ -46,7 +46,9 @@ setuptools.setup(
|
|||
scripts=[
|
||||
"scripts/tg-add-library-document",
|
||||
"scripts/tg-delete-flow-class",
|
||||
"scripts/tg-delete-kg-core",
|
||||
"scripts/tg-dump-msgpack",
|
||||
"scripts/tg-fetch-kg-core",
|
||||
"scripts/tg-get-flow-class",
|
||||
"scripts/tg-graph-to-turtle",
|
||||
"scripts/tg-init-trustgraph",
|
||||
|
|
@ -72,6 +74,7 @@ setuptools.setup(
|
|||
"scripts/tg-show-flow-state",
|
||||
"scripts/tg-show-flows",
|
||||
"scripts/tg-show-graph",
|
||||
"scripts/tg-show-kg-cores",
|
||||
"scripts/tg-show-library-documents",
|
||||
"scripts/tg-show-library-processing",
|
||||
"scripts/tg-show-processor-state",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue