comparison doc/libervia-cli/blog.rst @ 3951:4b8776eb6826

doc (blog, pubsub): documentation on new e2ee arguments for pubsub, and shared secrets handling: fix 380
author Goffi <goffi@goffi.org>
date Sat, 15 Oct 2022 20:38:33 +0200
parents 8b76caa89aa0
children 9f85369294f3
comparison
equal deleted inserted replaced
3950:8f87ff449a34 3951:4b8776eb6826
13 publish a blog item. 13 publish a blog item.
14 14
15 :ref:`pubsub_common` commands are used to specify the destination item. 15 :ref:`pubsub_common` commands are used to specify the destination item.
16 16
17 ``stdin`` is used to get the body of the blog post. 17 ``stdin`` is used to get the body of the blog post.
18
19 |e2e_arg|
18 20
19 examples 21 examples
20 -------- 22 --------
21 23
22 Create a blog post with a body, a subject, 2 tags, and with comments allowed:: 24 Create a blog post with a body, a subject, 2 tags, and with comments allowed::
101 .. note:: 103 .. note::
102 104
103 If --preview doesn't work, use ``li blog preview`` (see below) to get error messages. 105 If --preview doesn't work, use ``li blog preview`` (see below) to get error messages.
104 On GNU/Linux, Be sure that inotify Python module is installed correctly. 106 On GNU/Linux, Be sure that inotify Python module is installed correctly.
105 107
108 |e2e_arg|
109
106 examples 110 examples
107 -------- 111 --------
108 112
109 Edit a new blog post with comments on your personal blog, using default syntax and preview:: 113 Edit a new blog post with comments on your personal blog, using default syntax and preview::
110 114