Retrieve CODEOWNERS information via command line

I setup the CODEOWNERS file on gitlab server.
It works as expected.

Is there a way to retrieve the information about codeowners via command line? I have not found any hints.

Thanks

Hi @lkemp

Since CODEOWNERS is just a file in the repository, you can clone your repo and read the file.

If you specifically want something that uses the API, there is a files API but I don’t think there’s anything specific for CODEOWNERS.

thanks