RittmanMead / md_to_conf

Markdown to Confluence import
MIT License
232 stars 83 forks source link

Implemented support for confluence page labels #18

Closed OlegKarasik closed 4 years ago

OlegKarasik commented 4 years ago

This PR adds support for setting page labels specified as part of command line arguments.

Here is an example (which will create a page with two labels 'azure' and 'dotnet').

python ... --label azure --label dotnet

There is no need to specify labels on subsequent page updates (previous labels will persist on the page).

Introduced parameters: Name Description
--labels can be specified multiple times, each time it specifies a separate label