An open API service indexing awesome lists of open source software.

https://github.com/farbodsz/confluence-cli

Command line interface using Atlassian Confluence REST API.
https://github.com/farbodsz/confluence-cli

atlassian-confluence cli command-line-interface confluence confluence-api haskell

Last synced: 3 months ago
JSON representation

Command line interface using Atlassian Confluence REST API.

Awesome Lists containing this project

README

          

# Confluence CLI

Command line interface for the [Atlassian Confluence REST API](https://developer.atlassian.com/cloud/confluence/rest/v1/intro/#about).

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

## Features

- `content`
- `add`
- `info`
- `list` _(limited)_
- `rm`
- `update`
- `spaces`
- `list` _(limited)_

## Installation

### Building from source

```sh
$ stack install
```

### Static binary

TODO

## Resources

### Documentation

- [Atlassian: Confluence REST API](https://developer.atlassian.com/cloud/confluence/rest/v1/intro/#about)

### Similar projects

- [GitHub: atlassian-api/atlassian-python-api](https://github.com/atlassian-api/atlassian-python-api/)