From f431b69fa9443b3011ed9cfb604f66b2d4542e22 Mon Sep 17 00:00:00 2001 From: Filip Aleksic Date: Wed, 11 Jun 2025 09:25:33 +0200 Subject: [PATCH] Add missing commands to list --- doc/editor_extensions/gitlab_cli/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/editor_extensions/gitlab_cli/_index.md b/doc/editor_extensions/gitlab_cli/_index.md index 79b234b1abeefe..4603e92474b8d8 100644 --- a/doc/editor_extensions/gitlab_cli/_index.md +++ b/doc/editor_extensions/gitlab_cli/_index.md @@ -59,18 +59,25 @@ glab mr merge - [`glab cluster`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/cluster) - [`glab completion`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/completion) - [`glab config`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/config) +- [`glab deploy-key`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/deploy-key) - [`glab duo`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/duo) - [`glab incident`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/incident) - [`glab issue`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/issue) +- [`glab iteration`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/iteration) +- [`glab job`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/job) - [`glab label`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/label) - [`glab mr`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/mr) - [`glab release`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/release) - [`glab repo`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/repo) - [`glab schedule`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/schedule) +- [`glab securefile`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/securefile) - [`glab snippet`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/snippet) - [`glab ssh-key`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/ssh-key) +- [`glab stack`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/stack) +- [`glab token`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/token) - [`glab user`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/user) - [`glab variable`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/variable) +- [`glab version`](https://gitlab.com/gitlab-org/cli/-/tree/main/docs/source/version) ## GitLab Duo for the CLI -- GitLab