https://github.com/mlibrary/conflupdater
Confluence Updater. Update confluence pages from authoritative sources.
https://github.com/mlibrary/conflupdater
Last synced: 3 months ago
JSON representation
Confluence Updater. Update confluence pages from authoritative sources.
- Host: GitHub
- URL: https://github.com/mlibrary/conflupdater
- Owner: mlibrary
- Created: 2016-10-24T21:05:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T21:50:14.000Z (about 3 years ago)
- Last Synced: 2025-07-16T13:26:04.523Z (11 months ago)
- Language: Ruby
- Size: 39.1 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Confluence Updater
A command line utility to easy updating confluence from regular data sources. Originally written to update the taghosts page and the IIA vulnerability scan reports.
## Installation
Requires bundler to run the binstub
```bash
git clone https://github.com/mlibrary/conflupdater.git
cd conflupdater
bundle install
bin/setup
```
Edit `config/conflupdater.yml` and fill in appropriate values for the hostname and space key.
## Use
```bash
bin/conflupdater help
bin/conflupdater print
bin/conflupdater pages
bin/conflupdater find "Page Title"
bin/conflupdater taghosts path/to/active-hosts
bin/conflupdater vulnscan "Page Title" path/to/vuln-scan-content
```