Mercurial > libervia-backend
changeset 3872:76fb0739cc9c
doc (cli/blog): `repeat` documentation:
rel 370
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 22 Jul 2022 17:15:40 +0200 |
parents | 8c01d8ab9447 |
children | 8b76caa89aa0 |
files | doc/libervia-cli/blog.rst |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/libervia-cli/blog.rst Fri Jul 22 15:45:33 2022 +0200 +++ b/doc/libervia-cli/blog.rst Fri Jul 22 17:15:40 2022 +0200 @@ -257,6 +257,23 @@ $ li blog rename -i my_great_tittle_123a my_great_title_123a +repeat +====== + +Re-publish a blog item on profile's blog. + +This is similar to may be called in other networks "share" or "boot", the goal is mainly +to send this post of interest to our subscribers to make it more visible. + +It only needs arguments to get item to repeat location. + +example +------- + +Pierre wants to repeat a blog post from Louise to make it more visible:: + + $ li blog repeat -s louise@example.org -n urn:xmpp:microblog:0 -i culture-new-caledonia-456f + preview =======