update documentation

This commit is contained in:
Simon Vieille 2020-12-27 22:26:29 +01:00
parent 8e463550e4
commit 9e28f1dd04
Signed by: deblan
GPG key ID: 03383D15A1D31745

View file

@ -68,7 +68,7 @@ $ php bin/console mailing:list
$ php bin/console mailing:rename xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx "Foo bar"
```
With `mailing:list`, you retrieve the URL of the feed.
With `php bin/console mailing:list --feed`, you retrieve the URL of the feed.
In case of you want to delete the mailing:
@ -97,7 +97,22 @@ $ php bin/console mail:import "$MAILING_ID" < "$MAIL_FILE"
$ command | php bin/console mail:import "$MAILING_ID"
```
If you wan create another feed then:
The feed can be published therefore accessible via the home page:
```
$ php bin/console mailing:publish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # OR
# php bin/console mailing:new "Foo bar" --public
# php bin/console mailing:new "Foo bar" -p
```
…and it can be private:
```
$ php bin/console mailing:unpublish xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx # OR
```
If you want to create another feed then:
* Create an aliase
* Create a mailing