Persistent logger of changes to the archive, with publish-subscribe support.
See the documentation for more details.
Provided you are in the right virtual environment as described in the swh getting-started:
pytest
or:
tox
Command:
$ swh-journal --config-file ~/.config/swh/journal/publisher.yml \
publisher
To have the completion, add the following in your ~/.virtualenvs/swh/bin/postactivate:
eval "$(_SWH_JOURNAL_COMPLETE=$autocomplete_cmd swh-journal)"