Help:Arcanist
Appearance
Arcanist is a command-line tool, used for phabricator to start reviews, or merge patches into the repo.
Install Arcanist at your Toolforge Tool
In general it's useful to install Arcanist, if you are using your tools for writing code too, and want to push it to phabricator. Here can you read how to setup arcanist:
- You need a tool-labs tool.
- Clone arcanist and libphutil via git
- run
git clone https://secure.phabricator.com/diffusion/PHU/libphutil.git
- run
git clone https://secure.phabricator.com/diffusion/ARC/arcanist.git
- run
- add the arc alias: enter
nano .profile
and addexport PATH="$PATH:/data/project/<your projectname>/arcanist/bin"
- Test arc, execute:
arc
. Now you should recive:Usage Exception: No command provided. Try `arc help`.