mirror of https://gitee.com/bigwinds/arangodb
Add a dumpAgency script.
This commit is contained in:
parent
5c232edee2
commit
f3e47db5d8
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
curl -X POST http://localhost:4001/_api/agency/read -d '[["/"]]' | jq .
|
Loading…
Reference in New Issue