chore: Expose make gen-docs task

This commit is contained in:
Patrick Bajao 2023-02-07 08:22:45 +00:00 committed by Tomas Vik
parent 7ab3ef1482
commit 43a6a99832
125 changed files with 125 additions and 125 deletions

View File

@ -47,7 +47,7 @@ check_docs_update:
extends: .documentation
script:
- git fetch origin $CI_MERGE_REQUEST_TARGET_BRANCH_NAME && git checkout $CI_MERGE_REQUEST_TARGET_BRANCH_NAME && git checkout $CI_COMMIT_SHA
- go run cmd/gen-docs/docs.go
- make gen-docs
- |-
git status
if [[ $(git add -A --dry-run) ]]; then

View File

@ -200,7 +200,7 @@ func GenMarkdownCustom(cmd *cobra.Command, w io.Writer) error {
// Generated by a script
buf.WriteString("<!--" + "\n")
buf.WriteString("This documentation is auto generated by a script." + "\n")
buf.WriteString("Please do not edit this file directly, check cmd/gen-docs/docs.go." + "\n")
buf.WriteString("Please do not edit this file directly. Run `make gen-docs` instead." + "\n")
buf.WriteString("-->" + "\n\n")
buf.WriteString("# `" + name + "`\n\n")

View File

@ -9,5 +9,5 @@ Just add the commands and the docs will be generated
If you add a new command or update the existing information for a command you need to generate the doc updates in your merge request. To generate the docs run the following command from the project directory:
```shell
go run cmd/gen-docs/docs.go
make gen-docs
```

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab alias delete`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab alias help`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab alias`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab alias list`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab alias set`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab api`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab auth git-credential`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab auth help`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab auth`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab auth login`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab auth status`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab check-update`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci artifact`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci ci`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci ci lint`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci ci trace`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci ci view`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci delete`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci get`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci help`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci lint`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci list`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci retry`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci run`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci status`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci trace`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab ci view`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab completion`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab config get`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab config help`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab config`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab config init`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab config set`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab incident help`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab incident`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab incident list`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab incident view`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue board create`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue board`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue board view`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue close`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue create`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue delete`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue help`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue list`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue note`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue reopen`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue subscribe`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue unsubscribe`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue update`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab issue view`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab label create`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab label help`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab label`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab label list`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr approve`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr approvers`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr checkout`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr close`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr create`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr delete`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr diff`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr for`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr help`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr issues`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr list`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr merge`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr note`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr rebase`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr reopen`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr revoke`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr subscribe`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr todo`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr unsubscribe`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr update`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab mr view`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab release create`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab release delete`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab release download`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab release help`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab release`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab release list`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab release upload`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab release view`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo archive`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo clone`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo contributors`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo create`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo delete`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo fork`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo help`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo list`

View File

@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
<!--
This documentation is auto generated by a script.
Please do not edit this file directly, check cmd/gen-docs/docs.go.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo mirror`

Some files were not shown because too many files have changed in this diff Show More