You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,13 +234,14 @@ different configurations before making a decision.
234
234
> command yet.
235
235
236
236
> [!NOTE]
237
-
> You need to install and run Redis server, PostgreSQL server, or RabbitMQ
238
-
> server locally to test those integrations.
237
+
> You need to install and run [Redis server], [PostgreSQL server], and AMQP
238
+
> server (e.g., [RabbitMQ server])locally to test those integrations.
239
239
240
240
241
241
The `fedify test-init` command is used to test the `fedify init` command.
242
242
It creates a temporary Fedify project with various combinations of options and
243
-
tests the server using `lookup` command. This command is for contributors who make integration with various frameworks.
243
+
tests the server using `lookup` command. This command is for contributors who
244
+
make integration with various frameworks.
244
245
245
246
~~~~sh
246
247
fedify test-init
@@ -264,12 +265,19 @@ If you do not specify some options, it will test all the available options for
264
265
those. So the above command will test all combinations of key–value stores and
265
266
message queues with Deno runtime and Hono web framework.
266
267
267
-
You can also specify several options in a single category. For example, the below command tests the `fedify init` command with both Redis and PostgreSQL as key–value stores:
268
+
You can also specify several options in a single category. For example, the
269
+
below command tests the `fedify init` command with both Redis and PostgreSQL as
### `-h`/`--hyd-run`: Create temporary project and `lookup` an object
274
282
275
283
If you want to test except `--dry-run` option, you can use the `-h`/`--hyd-run` option. This will create a temporary project and run the `lookup` command on it.
0 commit comments