My laziness to click and track phabricator UI drives me to create this project.
bash
cargo install phab
```bash git clone git@github.com:sendyhalim/phab.git
cd phab
cargo install --path . --force ```
TODO: Dynamically Linked Binaries
First put config ~/.phab
```bash
{ apitoken: phabricatortoken host: https://yourphabricatorhost.com certidentityconfig: { # This is optional pkcs12path: "......" pkcs12_password: "....." } } ```
```bash
phab task detail 22557 \ --print-json # Optional, set if you want to print output as raw json ```