Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894595
manage_auth.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
522 B
Referenced Files
None
Subscribers
None
manage_auth.php
View Options
#!/usr/bin/env php
<?php
$root
=
dirname
(
dirname
(
dirname
(
__FILE__
)
)
)
;
require_once
$root
.
'/scripts/__init_script__.php'
;
$args
=
new
PhutilArgumentParser
(
$argv
)
;
$args
->
setTagline
(
'manage authentication'
)
;
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**auth** __command__ [__options__]
Manage Phabricator authentication configuration.
EOSYNOPSIS
)
;
$args
->
parseStandardArguments
(
)
;
$workflows
=
array
(
new
PhabricatorAuthManagementListWorkflow
(
)
,
new
PhutilHelpArgumentWorkflow
(
)
,
)
;
$args
->
parseWorkflows
(
$workflows
)
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 19, 20:05 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128299
Default Alt Text
manage_auth.php (522 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment