An open API service indexing awesome lists of open source software.

https://github.com/luismr/yml2confluence

Convert your YML to Confluence documents (items/subitems)
https://github.com/luismr/yml2confluence

Last synced: 6 months ago
JSON representation

Convert your YML to Confluence documents (items/subitems)

Awesome Lists containing this project

README

          

# yml2confluence
Convert your YML to Confluence documents (items/subitems)

## Requirements

* pip install argparse
* pip install pyyaml

## Usage

```
ym2confluence [master] % python3 yml2confluence.py -h
usage: yml2confluence.py [-h] [-i] input

Script to convert YML to Confluence format

positional arguments:
input input file

optional arguments:
-h, --help show this help message and exit
-i, --invert convert Confluence to YML (Default False)
```