phab-lib

Crates.iophab-lib
lib.rsphab-lib
version0.3.1
sourcesrc
created_at2020-07-01 13:27:26.371924
updated_at2023-01-07 07:20:25.728102
descriptionCLI utility client for phabricator (https://www.phacility.com/phabricator)
homepagehttps://github.com/sendyhalim/phab
repositoryhttps://github.com/sendyhalim/phab
max_upload_size
id260231
size28,036
Sendy Halim (sendyhalim)

documentation

README

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

Setup

First put config ~/.phab

# We're using hjson format
{
  api_token: phabricatortoken
  host: https://yourphabricatorhost.com
  cert_identity_config: { # This is optional
    pkcs12_path: "......"
    pkcs12_password: "....."
  }
}

Usage

# See task details including its child
phab task detail 22557 \
  --print-json # Optional, set if you want to print output as raw json
Commit count: 48

cargo fmt