Warning, /frameworks/purpose/src/plugins/phabricator/notes.txt is written in an unsupported language. File is not indexed.

0001 First-run output:
0002 --------
0003 Usage Exception: YOU NEED TO AUTHENTICATE TO CONTINUE
0004 
0005 You are trying to connect to a server (phabricator.kde.org) that you do not have any credentials stored for.
0006 
0007 To retrieve and store credentials for this server, run this command:
0008 
0009       $ arc install-certificate
0010 --------
0011 
0012 Create a new ticket (--create isn't required but probably wise):
0013 > arc diff  --raw < stdin
0014 >>
0015 stderr: SKIP STAGING  Raw changes can not be pushed to a staging area.
0016 Created a new Differential diff:
0017         Diff URI: https://phabricator.kde.org/differential/diff/xyz/
0018 
0019 Included changes:
0020   M       foo
0021   M       bar
0022 <<
0023 > arc diff --create --raw-command "cat $patchfile" < template.file
0024 >>
0025 stderr: SKIP STAGING  Raw changes can not be pushed to a staging area.
0026 Created a new Differential revision:
0027         Revision URI: https://phabricator.kde.org/Dxyz
0028 
0029 Included changes:
0030   M       foo
0031   M       bar
0032 <<
0033 
0034 Updating a ticket (task):
0035 > arc diff --update $revId
0036   --raw : reads from stdin
0037   --raw-command $command : read from the output of $command
0038 Optionally interesting options:
0039   --message msg : When updating a revision, use the specified message instead of prompting.
0040   --reviewers unames : add reviewers
0041 
0042 Getting the list of open things
0043 > arc list
0044 * Needs Review D1420: [OS X] build in a more "traditional" way (for distribution systems like MacPorts, Fink etc) (and a bit of code clean-up)
0045 * Needs Review D1523: Project Manager View plugin has hardcoded/fixed shortcuts
0046 
0047 Open a task:
0048 > arc browse $id