create_forge_rule, list_forge_rules, update_forge_rule, run_forge_rule, and delete_forge_rule.
Subcommands
forge create
- Trigger type:
cron,signal,webhook,event,manual - Trigger config: cron expression, signal source, watched path, process pattern, etc.
- Action type:
queue-quest,log-to-vault,send-notification - Action config: questId, activity type, notification channel, etc.
forge list
forge toggle
forge run
forge run-rule
forge tick
forge run but outputs verbose debug output. Useful for debugging why a rule isn’t firing.
forge daemon
gateway command which handles process lifecycle.
Trigger Types
Action Types
Configuration Examples
Cron rule (daily recap notification via Telegram):Related
- Forge Engine: internals and rule evaluation details
gateway: manage the gateway server that receives webhooks