
gitlab-ctl
List of commands for gitlab-ctl:
-
gitlab-ctl:tldr:07d6d gitlab-ctl: Display the logs of every service and keep reading until `Ctrl + C` is pressed.$ sudo gitlab-ctl tailtry on your machineexplain this command
-
gitlab-ctl:tldr:5b8fd gitlab-ctl: Restart every service.$ sudo gitlab-ctl restarttry on your machineexplain this command
-
gitlab-ctl:tldr:7948f gitlab-ctl: Restart a specific service.$ sudo gitlab-ctl restart ${nginx}try on your machineexplain this command
-
gitlab-ctl:tldr:a64fc gitlab-ctl: Display the status of every service.$ sudo gitlab-ctl statustry on your machineexplain this command
-
gitlab-ctl:tldr:c2f7b gitlab-ctl: Display the logs of a specific service.$ sudo gitlab-ctl tail ${nginx}try on your machineexplain this command
-
gitlab-ctl:tldr:f24cf gitlab-ctl: Display the status of a specific service.$ sudo gitlab-ctl status ${nginx}try on your machineexplain this command