We currently display the output of `fga tuple read` to stdout. In some cases, we could want to display other things to stdout, like progress information. We should add an `--output-file` parameter and write tuples in that file.
We currently display the output of
fga tuple readto stdout.In some cases, we could want to display other things to stdout, like progress information.
We should add an
--output-fileparameter and write tuples in that file.