Crates.io | phab-grpc |
lib.rs | phab-grpc |
version | 0.0.1 |
source | src |
created_at | 2022-04-07 19:41:02.906782 |
updated_at | 2022-04-07 19:41:02.906782 |
description | Phab GRPC server to serve phabricator tasks content. |
homepage | https://github.com/sendyhalim/phab |
repository | https://github.com/sendyhalim/phab |
max_upload_size | |
id | 563865 |
size | 45,669 |
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