mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-12-30 08:45:18 +00:00
20 lines
286 B
Cheetah
20 lines
286 B
Cheetah
|
|
```bash
|
|
knext project create --name ${project_name} --namespace ${namespace} --desc ${description}
|
|
```
|
|
|
|
```bash
|
|
knext schema commit
|
|
```
|
|
|
|
```bash
|
|
knext operator publish DemoExtractOp
|
|
```
|
|
|
|
```bash
|
|
knext builder submit Demo
|
|
```
|
|
|
|
```bash
|
|
knext reasoner query --file ./reasoner/demo.dsl
|
|
``` |