1.0.0 • Published 7 years ago

apib-confluencer v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Apib confluencer

A tool for rendering api blueprint files and updating them to confluence

Installation

Create a user specific config for storing the wiki credentials at ~/.apib_confluencer.json like:

{
    "confluence": {
        "username": "testuser",
        "password": "test-user-pw",
        "baseUrl":  "https://confluence-api-test.atlassian.net/wiki"
    }
}

Usage

Create a project config apib_confluencer.json in your project root like:

{
    "myapi.apib": {
        "pageId": 12345
    }
}

To update the wiki page simply run

apib-confluencer