Commit 4178f1b9 authored by Jiwon Kwon's avatar Jiwon Kwon
Browse files

docs: add --output option

parent 7c966312
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -811,6 +811,18 @@ It does not affect the output when looking up a single object.
> The separator is also used when looking up a collection object with the
> [`-t`/`--traverse`](#t-traverse-traverse-the-collection) option.

### '-o' /'--output': Output file path

*This option is available since Fedify 1.8.0.*

You can specify the output file path to save lookup results, instead of 
printing results to stdout. For example, to save the retrieved information
about the specified objects to a given path, run the command below:

~~~~ sh
fedify lookup -o actors.json @fedify@hollo.social @hongminhee@fosstodon.org
~~~~


`fedify inbox`: Ephemeral inbox server
--------------------------------------