#phabricator #developer-tools #client #command-line-tool #task #utility #phab

phab-lib

phabricator (https://www.phacility.com/phabricator) 的命令行工具客户端

8 个版本

0.3.1 2023年1月7日
0.3.0 2022年4月7日
0.2.3 2021年3月1日
0.2.2 2021年1月11日
0.0.1 2020年7月1日

#2825命令行工具

每月32次下载
用于 3 crates

自定义许可

27KB
678

Phab

由于我懒得点击和跟踪 phabricator UI,因此我创建了此项目。

安装

Cargo

cargo install phab

手动

git clone [email protected]:sendyhalim/phab.git

cd phab

cargo install --path . --force

下载

TODO: 动态链接二进制文件

设置

首先放置配置 ~/.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

依赖项

~10–23MB
~378K SLoC