comparison doc/libervia-cli/blog.rst @ 3966:9f85369294f3

doc (encryption, cli): pubsub signing documentation: - add a `Pubsub Signature` section to `encryption` documentation - document `-X, --sign` flag where it's used - document `pubsub/signature` subcommands fix 381
author Goffi <goffi@goffi.org>
date Sun, 30 Oct 2022 01:06:58 +0200
parents 4b8776eb6826
children c4418949aa37
comparison
equal deleted inserted replaced
3965:2695dafc5c4d 3966:9f85369294f3
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 18
19 |e2e_arg| 19 |e2e_arg|
20
21 |sign_arg|
20 22
21 examples 23 examples
22 -------- 24 --------
23 25
24 Create a blog post with a body, a subject, 2 tags, and with comments allowed:: 26 Create a blog post with a body, a subject, 2 tags, and with comments allowed::
105 If --preview doesn't work, use ``li blog preview`` (see below) to get error messages. 107 If --preview doesn't work, use ``li blog preview`` (see below) to get error messages.
106 On GNU/Linux, Be sure that inotify Python module is installed correctly. 108 On GNU/Linux, Be sure that inotify Python module is installed correctly.
107 109
108 |e2e_arg| 110 |e2e_arg|
109 111
112 |sign_arg|
113
110 examples 114 examples
111 -------- 115 --------
112 116
113 Edit a new blog post with comments on your personal blog, using default syntax and preview:: 117 Edit a new blog post with comments on your personal blog, using default syntax and preview::
114 118