CLI Utilities for Confluence.
- Python 3.7+
- Install
pipx
- Run
pipx install confluence-utils
- Run
pip install confluence-utils
$ confluence publish --help
Usage: confluence publish [OPTIONS] PATH
Options:
--token TEXT Confluence API Token. Optionally set with CONFLUENCE_TOKEN.
[required]
--space TEXT Confluence Space. Optionally set with CONFLUENCE_SPACE.
[required]
--url TEXT The URL to the Confluence API. Optionally set with
CONFLUENCE_URL. [required]
--help Show this message and exit.