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)
- Host: GitHub
- URL: https://github.com/luismr/yml2confluence
- Owner: luismr
- Created: 2020-04-11T21:42:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T23:39:09.000Z (almost 5 years ago)
- Last Synced: 2023-03-22T23:26:19.300Z (almost 3 years ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)
```