#phabricator #server #developer-tools #grpc-server

bin+lib phab-grpc

Phab GRPC 服务器,用于提供 phabricator 任务内容

1 个不稳定版本

0.0.1 2022年4月7日

#8#phabricator

自定义许可证

13KB
51

Phab

我对点击和跟踪 phabricator 用户界面感到懒惰,这驱使我创建了这个项目。

安装

Cargo

cargo install phab

手动

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

cd phab

cargo install --path . --force

下载

待办事项:动态链接二进制文件

设置

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

依赖

~18–29MB
~509K SLoC