Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AtlassianPS/ConfluencePS
Confluence REST API (including Cloud) via PowerShell
https://github.com/AtlassianPS/ConfluencePS
atlassian atlassian-confluence atlassianps confluence powershell-core powershell-gallery powershell-module rest wiki
Last synced: 3 months ago
JSON representation
Confluence REST API (including Cloud) via PowerShell
- Host: GitHub
- URL: https://github.com/AtlassianPS/ConfluencePS
- Owner: AtlassianPS
- License: mit
- Created: 2015-11-16T05:01:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T14:19:34.000Z (about 1 year ago)
- Last Synced: 2024-04-14T00:25:41.867Z (7 months ago)
- Topics: atlassian, atlassian-confluence, atlassianps, confluence, powershell-core, powershell-gallery, powershell-module, rest, wiki
- Language: PowerShell
- Homepage: https://AtlassianPS.org/module/ConfluencePS
- Size: 1.21 MB
- Stars: 150
- Watchers: 24
- Forks: 41
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - AtlassianPS/ConfluencePS - Confluence REST API (including Cloud) via PowerShell (PowerShell)
README
---
layout: module
permalink: /module/ConfluencePS/
---
# [ConfluencePS](https://atlassianps.org/module/ConfluencePS)[![GitHub release](https://img.shields.io/github/release/AtlassianPS/ConfluencePS.svg?style=for-the-badge)](https://github.com/AtlassianPS/ConfluencePS/releases/latest)
[![Build Status](https://img.shields.io/vso/build/AtlassianPS/ConfluencePS/12/master.svg?style=for-the-badge)](https://dev.azure.com/AtlassianPS/ConfluencePS/_build/latest?definitionId=12)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/ConfluencePS.svg?style=for-the-badge)](https://www.powershellgallery.com/packages/ConfluencePS)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)Automate your documentation! ConfluencePS is a PowerShell module that interacts with Atlassian's [Confluence] wiki product.
Need to add 100 new pages based on some dumb CSV file? Are you trying to figure out how to delete all pages labeled 'deleteMe'? Are you sick of manually editing the same page every single day? ConfluencePS has you covered!
ConfluencePS communicates with Atlassian's actively supported [REST API] via basic authentication. The REST implementation is the only way to interact with their cloud-hosted instances via API, and will eventually be the only way to interact with server installations.
Join the conversation on [![SlackLogo][] AtlassianPS.Slack.com](https://atlassianps.org/slack)
[SlackLogo]: https://atlassianps.org/assets/img/Slack_Mark_Web_28x28.png
---
## Instructions
### Installation
Install ConfluencePS from the [PowerShell Gallery]! `Install-Module` requires PowerShellGet (included in PS v5, or download for v3/v4 via the gallery link)
```powershell
# One time only install: (requires an admin PowerShell window)
Install-Module ConfluencePS# Check for updates occasionally:
Update-Module ConfluencePS# To use each session:
Import-Module ConfluencePS
Set-ConfluenceInfo -BaseURI 'https://YourCloudWiki.atlassian.net/wiki' -PromptCredentials
```### Usage
You can find the full documentation on our [homepage](https://atlassianps.org/docs/ConfluencePS) and in the console.
```powershell
# Review the help at any time!
Get-Help about_ConfluencePS
Get-Command -Module ConfluencePS
Get-Help Get-ConfluencePage -Full # or any other command
```For first steps to get up and running, check out the [Getting Started](https://atlassianps.org/docs/ConfluencePS/#getting-started) page.
### Contribute
Want to contribute to AtlassianPS? Great!
We appreciate [everyone](https://atlassianps.org/#people) who invests their time to make our modules the best they can be.Check out our guidelines on [Contributing](https://atlassianps.org/docs/Contributing/) to our modules and documentation.
## Tested on
|Configuration|Status|
|-------------|------|
|Windows Powershell v3|[![Build Status](https://img.shields.io/teamcity/http/build.powershell.org/s/ConfluencePS_TestOnPowerShellV3.svg?label=Build%20Status)](https://build.powershell.org/viewType.html?buildTypeId=ConfluencePS_TestOnPowerShellV3)|
|Windows Powershell v4|[![Build Status](https://img.shields.io/teamcity/http/build.powershell.org/s/ConfluencePS_TestOnPowerShellV4.svg?label=Build%20Status)](https://build.powershell.org/viewType.html?buildTypeId=ConfluencePS_TestOnPowerShellV4)|
|Windows Powershell v5.1|[![Build Status](https://img.shields.io/vso/build/AtlassianPS/ConfluencePS/12/master.svg?style=for-the-badge)](https://dev.azure.com/AtlassianPS/ConfluencePS/_build/latest?definitionId=12)|
|Powershell Core (latest) on Windows|[![Build Status](https://img.shields.io/vso/build/AtlassianPS/ConfluencePS/12/master.svg?style=for-the-badge)](https://dev.azure.com/AtlassianPS/ConfluencePS/_build/latest?definitionId=12)|
|Powershell Core (latest) on Ubuntu|[![Build Status](https://img.shields.io/vso/build/AtlassianPS/ConfluencePS/12/master.svg?style=for-the-badge)](https://dev.azure.com/AtlassianPS/ConfluencePS/_build/latest?definitionId=12)|
|Powershell Core (latest) on MacOS|[![Build Status](https://img.shields.io/vso/build/AtlassianPS/ConfluencePS/12/master.svg?style=for-the-badge)](https://dev.azure.com/AtlassianPS/ConfluencePS/_build/latest?definitionId=12)|## Acknowledgements
* Thanks to [brianbunke] for getting this module on it's feet
* Thanks to [thomykay] for his [PoshConfluence] SOAP API module, which provided enough of a starting point to feel comfortable undertaking this project.
* Thanks to everyone ([Our Contributors](https://atlassianps.org/#people)) that helped with this module## Useful links
* [Source Code]
* [Latest Release]
* [Submit an Issue]
* How you can help us: [List of Issues](https://github.com/AtlassianPS/ConfluencePS/issues?q=is%3Aissue+is%3Aopen+label%3Aup-for-grabs)## Disclaimer
Hopefully this is obvious, but:
> This is an open source project (under the [MIT license]), and all contributors are volunteers. All commands are executed at your own risk. Please have good backups before you start, because you can delete a lot of stuff if you're not careful.[Confluence]:
[REST API]:
[PowerShell Gallery]:
[thomykay]:
[PoshConfluence]:
[RamblingCookieMonster]:
[PSStackExchange]:
[Source Code]:
[Latest Release]:
[Submit an Issue]:
[juneb]:
[brianbunke]:
[Check this out]:
[MIT license]: