Summary
Since v2.1, fedify lookup no longer works locally without the -a flag.
Steps to Reproduce
- Run
fedify lookup <actor-uri> locally (without -a)
- Observe that the command fails
Expected Behavior
fedify lookup should work without -a for local usage, as it did before v2.1.
Actual Behavior
The command does not execute unless -a is explicitly provided.
Environment
Test
Tested with examples/hono-sample.

Summary
Since v2.1,
fedify lookupno longer works locally without the-aflag.Steps to Reproduce
fedify lookup <actor-uri>locally (without-a)Expected Behavior
fedify lookupshould work without-afor local usage, as it did before v2.1.Actual Behavior
The command does not execute unless
-ais explicitly provided.Environment
Test
Tested with
examples/hono-sample.