Help:Arcanist

From Wikitech

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:

  1. You need a tool-labs tool.
  2. Clone arcanist and libphutil via git
    1. run git clone https://secure.phabricator.com/diffusion/PHU/libphutil.git
    2. run git clone https://secure.phabricator.com/diffusion/ARC/arcanist.git
  3. add the arc alias: enter nano .profile and add export PATH="$PATH:/data/project/<your projectname>/arcanist/bin"
  4. Test arc, execute: arc. Now you should recive: Usage Exception: No command provided. Try `arc help`.

Documentation