我试图模拟创建差异请求而不实际创建repo,diff和做弧差异。
我想用 https://secure.phabricator.com/conduit/method/differential.createrawdiff/
或createDiff命令。但我不确定json应该是什么? diff请求是如何发送的?如何假冒创建与卷曲请求一起使用的内容?
非常感谢任何见解和帮助?
非常感谢
答案 0 :(得分:0)
这是我用过的json:
'{
"diff": "diff --git a/scripts/deploy/restart_apache b/scripts/deploy/restart_apache\nindex 510a7f9..d29177c 100755\n--- a/scripts/deploy/restart_apache\n+++ b/scripts/deploy/restart_apache\n@@ -59,7 +59,7 @@ do\n # Set variables for the alpha context.\n webServerBaseName='\''alpha-w'\''\n webServerSuffix='\'''\''\n- numWebServers=1\n+ numWebServers=2\n checkPort=80\n ;;\n \"beta\")"
}'
但是,您需要使用Arcanist。我不相信有一种方法可以在不使用Arcanist的情况下使用API。哟不需要使用arc diff
,但你仍然需要奥术师。您将通过Arcanist使用的命令是:
echo $json_string | arc call-conduit --conduit-uri https://secure.phabricator.com/ --conduit-token $conduit_token differential.createrawdiff