Skip to content

praefect: migrate list-storages sub-command

Pavlo Strokov requested to merge ps-praefect-cli-list-storages into master

Migration of the 'list-storages' sub-command from the old implementation to the new approach with usage of the third party library. The invocation of the command remains the same, but it has more descriptive representation when help is invoked. Also, it is possible now to invoke help only for the sub-command to see more details about it and its usage.

The 'gitaly_test_sha256' tag removed and tests in subcmd_list_storages_test.go run always.

Part of: #5001 (closed)

Edited by Pavlo Strokov

Merge request reports