1.2.0 • Published 7 years ago

ConfluencePageAttacher v1.2.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Usage

Set the environment variables

  • export CONFLUENCEURL=https://:<password@host
  • export PROXYURL=http://:<password@host

Then run

node publish.js $1 $2 $3 $4

where

  • $1 is the confluence space
  • $2 is the confluence parent page Name
  • $3 is the page name
  • $4 is the filename

The file will upload confluence as an attachment. The attachment is made to a page with the name 'page name'. The page is created if it doesnt exist as a child of the parent page name. The pages must exist in the confluence space.