Create a new app within phabfive for maniphest. Also added a small helper command for getting into a REPL where access to the API is simpler to reach for testing and debugging of the internals of phabricator API client, very usefull during devleopment.
New supported commands and examples of running them
(phabfive) ➜ phabfive git:(feature/maniphest_app) phabfive repl
*************
use self.phab to access the phacility API
use self.conf to access current client configuration
use pp() to prettyprint the API response back from self.phab.* calls
*************
--Return--
> /home/grok/dynamist/phabfive/phabfive/repl.py(31)run()->None
-> pdb.set_trace()
(Pdb)
This pull request introduces 4 alerts when merging a49dd4ad299b6ff91dc796108d20efe1d9ef997c into 831e0e7f38d6299785157722153dc38cbbb6f29a - view on LGTM.com
Improvements:
Create a new app within phabfive for maniphest. Also added a small helper command for getting into a REPL where access to the API is simpler to reach for testing and debugging of the internals of phabricator API client, very usefull during devleopment.
New supported commands and examples of running them
Closes #45