Mercurial > libervia-backend
comparison doc/libervia-cli/blog.rst @ 3872:76fb0739cc9c
doc (cli/blog): `repeat` documentation:
rel 370
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 22 Jul 2022 17:15:40 +0200 |
parents | 267e4987b58b |
children | 8b76caa89aa0 |
comparison
equal
deleted
inserted
replaced
3871:8c01d8ab9447 | 3872:76fb0739cc9c |
---|---|
255 After a typo, a use want to rename the blog item with ID ``my_great_tittle_123a`` to | 255 After a typo, a use want to rename the blog item with ID ``my_great_tittle_123a`` to |
256 ``my_great_title_123a``:: | 256 ``my_great_title_123a``:: |
257 | 257 |
258 $ li blog rename -i my_great_tittle_123a my_great_title_123a | 258 $ li blog rename -i my_great_tittle_123a my_great_title_123a |
259 | 259 |
260 repeat | |
261 ====== | |
262 | |
263 Re-publish a blog item on profile's blog. | |
264 | |
265 This is similar to may be called in other networks "share" or "boot", the goal is mainly | |
266 to send this post of interest to our subscribers to make it more visible. | |
267 | |
268 It only needs arguments to get item to repeat location. | |
269 | |
270 example | |
271 ------- | |
272 | |
273 Pierre wants to repeat a blog post from Louise to make it more visible:: | |
274 | |
275 $ li blog repeat -s louise@example.org -n urn:xmpp:microblog:0 -i culture-new-caledonia-456f | |
276 | |
260 preview | 277 preview |
261 ======= | 278 ======= |
262 | 279 |
263 This command will show the specified file in browser, and refresh it when changes are | 280 This command will show the specified file in browser, and refresh it when changes are |
264 detected. Configuration is the same as for `edit preview <edit_preview_>`_. This can be | 281 detected. Configuration is the same as for `edit preview <edit_preview_>`_. This can be |