Confluence-OpenAPI-Table-Update

A tool to update Confluence tables from OpenAPI specifications


Keywords
confluence, openapi, table, update
License
MIT
Install
pip install Confluence-OpenAPI-Table-Update==0.0.3

Documentation

Python script to update tables in confluence based on OpenAPI spec

Getting started

Install dependencies

pip install -r requirements.txt

Configuration

export CONFLUENCE_URL=https://confluence.example.com
export JIRA_EMAIL=confluence_user_email@example.com
export JIRA_TOKEN=PERSONAL_API_TOKEN
export CONFLUENCE_SPACE=confluence_space

Run the script

python update_confluence.py