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