Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F804713
manage_config.php
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
657 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_script__.php'
;
$args
=
new
PhutilArgumentParser
(
$argv
);
$args
->
setTagline
(
'manage configuration'
);
$args
->
setSynopsis
(
<<<EOSYNOPSIS
**config** __command__ [__options__]
Manage Phabricator configuration.
EOSYNOPSIS
);
$args
->
parseStandardArguments
();
$workflows
=
array
(
new
PhabricatorConfigManagementListWorkflow
(),
new
PhabricatorConfigManagementSetWorkflow
(),
new
PhabricatorConfigManagementGetWorkflow
(),
new
PhabricatorConfigManagementDeleteWorkflow
(),
new
PhutilHelpArgumentWorkflow
(),
);
$args
->
parseWorkflows
(
$workflows
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 29, 12:49 PM (21 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
186498
Default Alt Text
manage_config.php (657 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment