Skip to content

Commit

Permalink
indexer-cli: Improve help text for the --fields option
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog committed Dec 6, 2022
1 parent 38e6fc1 commit 9ea1832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/indexer-cli/src/commands/indexer/actions/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ${chalk.dim('Options:')}
--orderBy id|deploymentID|amount|priority|...|updatedAt Order actions by a specific field (default: id)
--orderDirection asc|desc Order direction (default: desc)
--first [N] Fetch only the N first records (default: all records)
--fields [field1,field2] Comma-separated names of the fields to display
--fields [field1,field2,...] Comma-separated names of the fields to display (no spaces allowed between fields)
-o, --output table|json|yaml Choose the output format: table (default), JSON, or YAML
`

Expand Down

0 comments on commit 9ea1832

Please sign in to comment.