From af4925433d264a20b4bf8128bdd43084f08eeed0 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Thu, 11 Sep 2025 20:09:27 +0200 Subject: [PATCH] chore(gitlab): add rake command --- snippets/gitlab/commands.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snippets/gitlab/commands.fish b/snippets/gitlab/commands.fish index e740dd1..f8fdde4 100644 --- a/snippets/gitlab/commands.fish +++ b/snippets/gitlab/commands.fish @@ -1,3 +1,7 @@ #!/usr/bin/env fish +# Show information about the elasticsearch cluster for advanced search gitlab-rake 'gitlab:elastic:info' + +# List pending migrations +gitlab-rake gitlab:elastic:list_pending_migrations