From stdin
From a file
Interactive
Start an interactive append session where each line you type becomes a record:Piping from another process
Encrypted streams
Options
| Flag | Description |
|---|---|
-f, --fencing-token | Enforce fencing token. |
-m, --match-seq-num | Enforce that the sequence number issued to the first record matches. |
--format | Input format. |
--linger | How long to wait for more records before flushing a batch. |
-i, --input | Input newline delimited records to append from a file or stdin. Use - to read from stdin. |
-k, --encryption-key | Base64-encoded encryption key material. Alternatively, set S2_ENCRYPTION_KEY. |
--encryption-key-file | Read base64-encoded encryption key material from file. |

