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.
- Host: GitHub
- URL: https://github.com/farbodsz/confluence-cli
- Owner: farbodsz
- License: mit
- Created: 2022-11-02T21:01:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-13T16:11:57.000Z (over 2 years ago)
- Last Synced: 2024-11-12T17:32:17.293Z (about 1 year ago)
- Topics: atlassian-confluence, cli, command-line-interface, confluence, confluence-api, haskell
- Language: Haskell
- Homepage:
- Size: 106 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).
## 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/)