Skip to content

kurusugawa-computer/confluence-cli

Repository files navigation

confluence-cli

Confluence v6.15.7を操作するためのCLIです。

Test PyPI version Python Versions Documentation Status

Requirements

Python 3.9+

Install

$ pip install kci-confluence-cli

Quick Start

環境変数で認証情報を設定:

export CONFLUENCE_USER_NAME="your_username"
export CONFLUENCE_USER_PASSWORD="your_password"
export CONFLUENCE_BASE_URL="https://your-domain.com/confluence"

ページ本文を取得:

$ confluence page get_body --page_id 123456

Documentation

詳細な使い方は ドキュメント を参照してください。

About

来栖川電算が利用しているConfluence v6.15.7を操作するためのCLIです。

Resources

Stars

Watchers

Forks

Contributors