client
Interact with a running DefraDB node as a client
Synopsis
Interact with a running DefraDB node as a client. Execute queries, add schema types, and run debug routines.
Options
-h, --help help for client
Options inherited from parent commands
--logformat string Log format to use. Options are csv, json (default "csv")
--logger stringArray Override logger parameters. Usage: --logger <name>,level=<level>,output=<output>,...
--loglevel string Log level to use. Options are debug, info, error, fatal (default "info")
--lognocolor Disable colored log output
--logoutput string Log output path (default "stderr")
--logtrace Include stacktrace in error and fatal logs
--rootdir string Directory for data and configuration to use (default "$HOME/.defradb")
--url string URL of HTTP endpoint to listen on or connect to (default "localhost:9181")
SEE ALSO
- defradb - DefraDB Edge Database
- defradb client blocks - Interact with the database's blockstore
- defradb client dump - Dump the contents of a database node-side
- defradb client peerid - Get the peer ID of the DefraDB node
- defradb client ping - Ping to test connection to a node
- defradb client query - Send a DefraDB GraphQL query request
- defradb client rpc - Interact with a DefraDB gRPC server
- defradb client schema - Interact with the schema system of a running DefraDB instance