iamjackg / md2cf

Convert and upload Markdown documents to Confluence
MIT License
93 stars 52 forks source link

Print page URL after upsert #30

Closed bhrutledge closed 2 years ago

bhrutledge commented 2 years ago

Closes #20

% md2cf -s$CONFLUENCE_SPACE test.md
Updating page: Test page
https://REDACTED.atlassian.net/wiki/spaces/~988952748/pages/27623562/Test+page

I didn't write a test, because I wanted to get feedback first.

FYI @ezequiel-aguilera-uala

iamjackg commented 2 years ago

Yeah, this makes a lot of sense. I'm very tempted to add a "plumbing" mode where I just print the full JSON that Confluence returns, but this will do in the meantime.