juandesant / confluence-utils-cli

Fork of https://github.com/Bellese/confluence-utils; aiming to merge with my own confluence-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confluence Utils

CLI Utilities for Confluence.

Installation

System Requirements

  1. Python 3.7+

Install with pipx (recommended)

  1. Install pipx
  2. Run pipx install confluence-utils

Install with pip:

  1. Run pip install confluence-utils

Usage

Commands

publish

$ 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.

About

Fork of https://github.com/Bellese/confluence-utils; aiming to merge with my own confluence-utils

License:MIT License


Languages

Language:Python 100.0%