Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D633
Change Details
Change Details
Old
New
Diff
``` $ php artisan config:show … +-------------+-----------+----------------------------------+--------------------------+ | Gate | Door | Instance | Status | +-------------+-----------+----------------------------------+--------------------------+ | GitHub | Nasqueron | ø | ✓ | | Phabricator | Nasqueron | https://devcentral.nasqueron.org | Projects map not cached. | +-------------+-----------+----------------------------------+--------------------------+ $ php artisan phabricator:projectsmap Querying projects map for https://devcentral.nasqueron.org +--------------------------------+-------------------------------------+ | PHID | Project name | +--------------------------------+-------------------------------------+ | PHID-PROJ-6dg6ogx5pjmk24ur4tp4 | Accounts | | PHID-PROJ-cztcgpvqr6smnnekotq7 | Agora | | PHID-PROJ-3iew3cqf3htpazfyzb5a | architecture | | PHID-PROJ-ypzex6tkmmv7tt44nknw | assets.nasqueron.org | | PHID-PROJ-yxslhjbugwycl2ul4n6n | Auth Grove | … $ php artisan config:show … +-------------+-----------+----------------------------------+--------+ | Gate | Door | Instance | Status | +-------------+-----------+----------------------------------+--------+ | GitHub | Nasqueron | ø | ✓ | | Phabricator | Nasqueron | https://devcentral.nasqueron.org | ✓ | +-------------+-----------+----------------------------------+--------+ ```
``` $ php artisan config:show … +-------------+-----------+----------------------------------+--------------------------+ | Gate | Door | Instance | Status | +-------------+-----------+----------------------------------+--------------------------+ | GitHub | Nasqueron | ø | ✓ | | Phabricator | Nasqueron | https://devcentral.nasqueron.org | Projects map not cached. | +-------------+-----------+----------------------------------+--------------------------+ $ php artisan phabricator:projectsmap Querying projects map for https://devcentral.nasqueron.org +--------------------------------+-------------------------------------+ | PHID | Project name | +--------------------------------+-------------------------------------+ | PHID-PROJ-6dg6ogx5pjmk24ur4tp4 | Accounts | | PHID-PROJ-cztcgpvqr6smnnekotq7 | Agora | | PHID-PROJ-3iew3cqf3htpazfyzb5a | architecture | | PHID-PROJ-ypzex6tkmmv7tt44nknw | assets.nasqueron.org | | PHID-PROJ-yxslhjbugwycl2ul4n6n | Auth Grove | … $ php artisan config:show … +-------------+-----------+----------------------------------+--------+ | Gate | Door | Instance | Status | +-------------+-----------+----------------------------------+--------+ | GitHub | Nasqueron | ø | ✓ | | Phabricator | Nasqueron | https://devcentral.nasqueron.org | ✓ | +-------------+-----------+----------------------------------+--------+ ```
Continue