Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2895339
manage_config.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
573 B
Referenced Files
None
Subscribers
None
manage_config.php
View Options
#!/usr/bin/env php
<?php
$root
=
dirname
(
dirname
(
dirname
(
__FILE__
)
)
)
;
require_once
$root
.
'/scripts/init/init-setup.php'
;
$args
=
new
PhutilArgumentParser
(
$argv
)
;
$args
->
setTagline
(
pht
(
'manage configuration'
)
)
;
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**config** __command__ [__options__]
Manage Phabricator configuration.
EOSYNOPSIS
)
;
$args
->
parseStandardArguments
(
)
;
$workflows
=
id
(
new
PhutilClassMapQuery
(
)
)
->
setAncestorClass
(
'PhabricatorConfigManagementWorkflow'
)
->
execute
(
)
;
$workflows
[
]
=
new
PhutilHelpArgumentWorkflow
(
)
;
$args
->
parseWorkflows
(
$workflows
)
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jan 19 2025, 21:19 (6 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1109714
Default Alt Text
manage_config.php (573 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment