I'm going to be transitioning to another diff tool and no longer use Phabricator, however, my organization wants to keep a history of all the Diffs and the approvals processes that happened in Phabricator. Does anyone know how to export it into HTML, or a format that is good for reading like a log?
答案 0 :(得分:0)
differential.querydiffs
等管道调用来获取Diffs。管道示例:
$ echo '{
"ids": [
"362"
]
}' | arc call-conduit --conduit-uri <phabricator-uri> --conduit-token <conduit-token> differential.querydiffs