mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
No description
03a9c516ea
Summary: ...basically by adding "getConduitURI" and then falling through to that, rather than repeating work from the main arc wrapper that setConduitURI in the first place. The explicit drawback here is the error message gets a little more vague. Test Plan: - arc install-certifate --conduit-uri=https://secure.phabricator.com // verified that the install flow was going for https://secure.phabricator.com...! - arc install-certificate https://secure.phabricator.com // verified that the install flow was going for https://secure.phabricator.com...! - arc install-certificate // verified that it reverted back to the .arcconfig conduit uri Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Maniphest Tasks: T794 Differential Revision: https://secure.phabricator.com/D1468 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
WHAT IS ARCANIST? Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/