Commit e3c60556 authored by Jiwon Kwon's avatar Jiwon Kwon
Browse files

docs: add changes

parent 4178f1b9
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -87,9 +87,14 @@ the versioning.
     -  Added `@fedify/nestjs` package.
     -  Added `FedifyModule` for integrating Fedify into NestJS applications.

  -  Added `-o`/`--output` option to `fedify lookup` command. This option allows
     users to save retrieved lookup results to specified path. 
     [[#261], [#321] by Jiwon Kwon]

[#168]: https://github.com/fedify-dev/fedify/issues/168
[#248]: https://github.com/fedify-dev/fedify/issues/248
[#260]: https://github.com/fedify-dev/fedify/issues/260
[#261]: https://github.com/fedify-dev/fedify/issues/261
[#262]: https://github.com/fedify-dev/fedify/issues/262
[#263]: https://github.com/fedify-dev/fedify/issues/263
[#269]: https://github.com/fedify-dev/fedify/issues/269
@@ -101,6 +106,8 @@ the versioning.
[#300]: https://github.com/fedify-dev/fedify/pull/300
[#304]: https://github.com/fedify-dev/fedify/issues/304
[#309]: https://github.com/fedify-dev/fedify/pull/309
[#321]: https://github.com/fedify-dev/fedify/pull/321



Version 1.7.6
+1 −1
Original line number Diff line number Diff line
@@ -811,7 +811,7 @@ 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
### `-o`/`--output`: Output file path

*This option is available since Fedify 1.8.0.*