Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Usage: graphcli [options]
Options:
-h, --help
-m, --mutation
-l, --log-level LEVEL :info Select the output-types from [trace, debug, info, warn, error, fatal, report]
```

Generally speaking, the tool accepts graphql queries in [district0x](https://github.com/district0x/graphql-query) [EDN](https://github.com/edn-format/edn) format on stdin and outputs JSON results on stdout
Expand Down Expand Up @@ -69,6 +70,7 @@ Options:
-h, --help
--update VAULTLABEL
-s, --show Display the SPARQL query
-l, --log-level LEVEL :info Select the output-types from [trace, debug, info, warn, error, fatal, report]
-o, --output TYPE :json Select the output-types from [table, json]
```

Expand Down