stable

Clone or download

Read-only

Introduce config-list command

This first patch put in place the structure and get feedback. This only focus on the variables that can be set with config-set but it might be interesting to have the other variables as well. However it might be a lot of info to display and it's not as easy to get the help for those. request #14760 Add config-list command to tuleap CLI Change-Id: I943122a1850503af3028bc9865d02b31ee3b6576

Modified Files

Name
A src/common/CLI/Command/ConfigListCommand.php +68 −0 Go to diff View file
M src/common/CLI/Events/GetWhitelistedKeys.php +67 −7 Go to diff View file
M src/common/Config/ConfigSet.php +1 −1 Go to diff View file
M src/common/Project/ProjectManager.class.php +30 −0 Go to diff View file
M src/composer.json +1 −0 Go to diff View file
M src/composer.lock +349 −349 Go to diff View file
M src/utils/tuleap.php +7 −0 Go to diff View file
A tests/unit/common/CLI/Events/GetWhitelistedKeysTest.php +55 −0 Go to diff View file