doc: book cli updater (#3576)

This commit is contained in:
Léo Vincent
2023-07-05 17:03:30 +02:00
committed by GitHub
parent 64ca521458
commit 9309279a2a
14 changed files with 1721 additions and 510 deletions

33
book/cli/config.json Normal file
View File

@ -0,0 +1,33 @@
{
"commands": {
"config": [],
"db": {
"stats": [],
"list": [],
"get": [],
"drop": [],
"version": [],
"path": []
},
"debug": {
"execution": [],
"merkle": []
},
"import": [],
"init": [],
"node": [],
"p2p": {
"header": [],
"body": []
},
"stage": {
"run": [],
"drop": [],
"dump": ["execution", "storage-hashing", "account-hashing", "merkle"],
"unwind": ["to-block", "num-blocks"]
},
"test-vectors": {
"tables": []
}
}
}