Send webmentions to the sites your live posts link to (run after publish)
Usage: colophon webmention <command> [flags]
Send webmentions to the sites your live posts link to (run after publish)
Flags:
-h, --help Show context-sensitive help.
--version Print version and exit
Commands:
webmention send [flags]
Notify the sites your live posts link to (run after publish)
webmention fetch [flags]
Pull received mentions from the configured receiver into the local cache
webmention publish [flags]
Fetch mentions and deploy only _mentions/ (refresh responses without a full
re-upload)
colophon webmention send
Usage: colophon webmention send [flags]
Notify the sites your live posts link to (run after publish)
Flags:
-h, --help Show context-sensitive help.
--version Print version and exit
--env="production" Environment whose built output to scan
--dry-run Discover endpoints and report, but do not POST
-v, --verbose Log each link and endpoint
colophon webmention fetch
Usage: colophon webmention fetch [flags]
Pull received mentions from the configured receiver into the local cache
Flags:
-h, --help Show context-sensitive help.
--version Print version and exit
--domain=STRING Domain to fetch mentions for (default: the site
base_url host)
-v, --verbose Log each post that received mentions
colophon webmention publish
Usage: colophon webmention publish [flags]
Fetch mentions and deploy only _mentions/ (refresh responses without a full
re-upload)
Flags:
-h, --help Show context-sensitive help.
--version Print version and exit
--env="production" Environment to refresh mentions on
--allow-publish Deploy environments that set allow_publish: false
--domain=STRING Domain to fetch mentions for (default: the site
base_url host)
-v, --verbose Log each step
Generated from the binary's --help output by tools/gendocs.