Skip to content

Commit

Permalink
doc: add missing dash on flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Jan 22, 2025
1 parent 97e0730 commit 9d01050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ The CLI returns a detailed JSON response that includes:
- `successful_count`: Number of tuples successfully written
- `failed_count`: Number of tuples that failed to write

When using `--hide-imported-tuples`, the successful tuples are not included in the output, making it more practical when importing large datasets. Failed tuples are always shown to help identify and fix any issues. If you specify `-max-tuples-per-write` greater than one, an error in one of the tuples implies none of the tuples get written.
When using `--hide-imported-tuples`, the successful tuples are not included in the output, making it more practical when importing large datasets. Failed tuples are always shown to help identify and fix any issues. If you specify `--max-tuples-per-write` greater than one, an error in one of the tuples implies none of the tuples get written.

```bash
$ fga tuple write --file tuples.yaml
Expand Down

0 comments on commit 9d01050

Please sign in to comment.