phab 0.0.4

CLI utility client for phabricator
Documentation

Phab

My laziness to click and track phabricator UI drives me to create this project.

Installation

Cargo

cargo install phab

Manual

git clone git@github.com:sendyhalim/phab.git

cd phab

cargo install --path . --force

Download

TODO: Dynamically Linked Binaries

Usage

# See child task details
# phab task detail <task number> --api-token <token> --host <host>
phab task detail 22557 \
  --api-token my-token \
  --host="yourphabricatorhost.com" \
  --pkcs12-path="<optional /path/to/pkcs12file>" \
  --pkcs12-password="<required if pkcs12-path is set>"