An upcoming Fedify release will feature a CLI toolchain for testing and debugging your ActivityPub app. Currently, the fedify
command consists of two subcommands:
fedify lookup
The fedify lookup
command is used to look up an ActivityPub object by its URL or an actor by its handle.
Here’s a demo of it:
https://github.com/dahlia/fedify/assets/12431/102974c5-cd63-4c7a-ab29-b2913f86f561
fedify inbox
The fedify inbox
command is a tool that creates an ephemeral ActivityPub server so that you can debug and test the activities you send.
Here’s a demo of it:
https://github.com/dahlia/fedify/assets/12431/d51cabea-682c-4016-a9a6-541638666fd9
Stay tuned!
The next release will be 0.8.0, which should be out sometime this weekend or early next week.