How to access Gitlay CLI?

How can I access Gitlay CLI?

I suppose you mean Gitaly service. There is no CLI specifically for Gitaly; however, you can perform Gitaly-related activities in the same CLI you use to access your GitLab instance.
There might be other complexities involved if you’re using HA but all Rails nodes should be able to reach their respective Gitaly nodes.

2 Likes

I just need setup git server hooks for my repositories. Docs are recommending using gitlay ci which is missing (or whatever) on my machine

Please share the documentation URL. Maybe you mean GitLab CLI?

Thanks.

I do not see the term gitlay ci or gitaly ci in the docs Git server hooks | GitLab

Can you elaborate in more detail what you tried already in your environment to get server hooks up and running, and show an example server hook script that you want to add? Additional question: Do you have access to the GitLab server terminal, as well as how is GitLab setup (Linux package, Kubernetes Helm chart, etc.)

I have access to server on with GitLab instance is running. Currently i’v setuped hooks manualy; in the old way according to documentation. I was really surprised seeing another cli tool