$ poetry run confluence --help
Usage: confluence [OPTIONS] COMMAND [ARGS]...
Commandline interface for Confluence.
Options:
--version Show the version and exit.
--help Show this message and exit.
Commands:
publish
$ poetry run confluence publish --help
Usage: confluence publish [OPTIONS] PATH
Options:
--url TEXT The URL to the Confluence API. Optionally set with
CONFLUENCE_URL. [required]
--space TEXT Confluence API Space. Optionally set with CONFLUENCE_SPACE.
[required]
--token TEXT Confluence API Token. Optionally set with CONFLUENCE_TOKEN.
[required]
--help Show this message and exit.