Crates.io | phab |
lib.rs | phab |
version | 0.4.1 |
source | src |
created_at | 2020-05-01 12:43:19.00658 |
updated_at | 2023-11-12 03:45:27.85912 |
description | CLI utility client for phabricator (https://www.phacility.com/phabricator) |
homepage | https://github.com/sendyhalim/phab |
repository | https://github.com/sendyhalim/phab |
max_upload_size | |
id | 236160 |
size | 55,388 |
My laziness to click and track phabricator UI drives me to create this project.
cargo install phab
git clone git@github.com:sendyhalim/phab.git
cd phab
cargo install --path . --force
TODO: Dynamically Linked Binaries
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: "....."
}
}
# See task details including its child
phab task detail 22557 \
--print-json # Optional, set if you want to print output as raw json