mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-07-24 17:43:14 +00:00

Co-authored-by: didicout <julin.jl@antgroup.com> Co-authored-by: huaidong.xhd <huaidong.xhd@antgroup.com> Co-authored-by: Qu <qu266141@antgroup.com> Co-authored-by: baifuyu <fuyu.bfy@antgroup.com>
17 lines
243 B
Markdown
17 lines
243 B
Markdown
```bash
|
|
knext project create --name 集成测试 --namespace TEST --desc 这是一个集成测试项目
|
|
```
|
|
|
|
```bash
|
|
knext schema commit
|
|
```
|
|
|
|
```bash
|
|
knext builder execute Demo
|
|
```
|
|
|
|
```bash
|
|
knext reasoner query --file ./reasoner/demo.dsl
|
|
```
|
|
|