apib-confluencer

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i apib-confluencer

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • nickel715