Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18921307
manage_config.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
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
Tue, Nov 11, 1:58 PM (1 d, 21 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8233953
Default Alt Text
manage_config.php (573 B)
Attached To
Mode
rP Phabricator
Attached
Detach File
Event Timeline
Log In to Comment