Skip to content

Commit bc650eb

Browse files
author
Tom Reitz
committed
readme fix
1 parent 1fabfca commit bc650eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Optionally specify `--query '{"studentUniqueId": 12345}'` or `-q '{"key": "value
116116
lightbeam fetch -s student* -e *Descriptors -q '{"studentUniqueId":12345}' -d id,_etag,_lastModifiedDate
117117
```
118118

119-
Optionally specify `--keep-keys id` or `-k id` to keep only specific keys from every payload. This can be useful to reduce the amount of data stored if you only need certain fields. It is used internally by `truncate` to only `fetch` the `id`s or payloads to then `delete` by `id`. Like [selectors](#selectors), `keep-keys` is a comma-separated list of values, each of which may begin or end with an asterisk (`*`) for wildcard matching.
119+
Optionally specify `--keep-keys id` or `-k id` to keep only specific keys from every payload. This can be useful to reduce the amount of data stored if you only need certain fields. It is used internally by `truncate` to only `fetch` the `id`s or payloads to then `delete` by `id`.
120120

121121
Optionally specify `--drop-keys id,_etag,_lastModified` or `-d id` to remove specific keys from every payload. This can be useful if you want to `fetch` data from one Ed-Fi API and then turn around and `send` it to another.
122122

0 commit comments

Comments
 (0)