Skip to content

praefect: Migrate remove-repository sub-command

Pavlo Strokov requested to merge ps-praefect-cli-remove-repository into master

Migration of the 'remove-repository' 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_remove_repository_test.go run always.

Part of: #5001 (closed)

Edited by Pavlo Strokov

Merge request reports