diff --git a/docs/source/ci/_index.md b/docs/source/ci/_index.md index 1ed783fe5f40fd264817e193c45f5ebadf3af4b0..51c32c3eb4a80c82b2b0331bed484ea7ff83b2ac 100644 --- a/docs/source/ci/_index.md +++ b/docs/source/ci/_index.md @@ -26,7 +26,7 @@ pipeline ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/ci/cancel/_index.md b/docs/source/ci/cancel/_index.md index 304be88681f174fb257d2f266288cd680d4822d4..b591555192a397d9395eda04c9fa189846f56ff0 100644 --- a/docs/source/ci/cancel/_index.md +++ b/docs/source/ci/cancel/_index.md @@ -15,8 +15,8 @@ Cancel a running pipeline or job. ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Subcommands diff --git a/docs/source/ci/cancel/job.md b/docs/source/ci/cancel/job.md index edf0aa2da98f1bf8d5fbc04c45261f2842962b50..cb0c2d507a8eec4346b8221e81fc52fb3ae37531 100644 --- a/docs/source/ci/cancel/job.md +++ b/docs/source/ci/cancel/job.md @@ -35,6 +35,6 @@ $ glab ci cancel job 1504182795,1504182795 --dry-run ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/cancel/pipeline.md b/docs/source/ci/cancel/pipeline.md index 383c837738eeaf1dbfc63d5348628557ff18b078..939d55e9d10ac5f52f02debe8c1e95547d877e69 100644 --- a/docs/source/ci/cancel/pipeline.md +++ b/docs/source/ci/cancel/pipeline.md @@ -35,6 +35,6 @@ $ glab ci cancel pipeline 1504182795,1504182796 --dry-run ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/config/_index.md b/docs/source/ci/config/_index.md index 9175ecd30d34a0d3231d291ea4dd528498754b52..fe39ed2d632bbb2c6c2cd988661daabdfe6ab287 100644 --- a/docs/source/ci/config/_index.md +++ b/docs/source/ci/config/_index.md @@ -15,8 +15,8 @@ Work with GitLab CI/CD configuration. ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Subcommands diff --git a/docs/source/ci/config/compile.md b/docs/source/ci/config/compile.md index 795c6ca3100638da8bc896a5367f92ff34a8b046..a40183a7498c972e8b7435a21484fb9b82638b2d 100644 --- a/docs/source/ci/config/compile.md +++ b/docs/source/ci/config/compile.md @@ -29,6 +29,6 @@ $ glab ci config compile path/to/.gitlab-ci.yml ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/delete.md b/docs/source/ci/delete.md index d01172c6758411ae54f250353f4da587c67c6ce4..62047d41a3fda9517827b0d9e59e7affee24317f 100644 --- a/docs/source/ci/delete.md +++ b/docs/source/ci/delete.md @@ -43,6 +43,6 @@ $ glab ci delete --older-than 24h --status=failed ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/get.md b/docs/source/ci/get.md index cb7d71181d3f4cccc5541fe1e839c726f1a9801d..167a9c70f707d06293863d4f010da17ffc5867f5 100644 --- a/docs/source/ci/get.md +++ b/docs/source/ci/get.md @@ -43,6 +43,6 @@ $ glab ci -R some/project -p 12345 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/lint.md b/docs/source/ci/lint.md index 04d7b6467d0abe085227e51905c4852672e648cf..96dc8fc3b7c9ae4c602d3ec18cd825a42911bf77 100644 --- a/docs/source/ci/lint.md +++ b/docs/source/ci/lint.md @@ -37,6 +37,6 @@ $ glab ci lint path/to/.gitlab-ci.yml ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/list.md b/docs/source/ci/list.md index cc4779a9eec9521e91d0dc8ea1763f971cf2021e..f3196bf506da3066a20cf3d567020a322e93f847 100644 --- a/docs/source/ci/list.md +++ b/docs/source/ci/list.md @@ -47,6 +47,6 @@ $ glab ci list --status=failed ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/retry.md b/docs/source/ci/retry.md index c8f74ae3655112afeaeaa99e98908fd178f70be9..78fae2253ae5c72649b4e3dc37108055fee3b8d3 100644 --- a/docs/source/ci/retry.md +++ b/docs/source/ci/retry.md @@ -40,6 +40,6 @@ $ glab ci retry lint ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/run-trig.md b/docs/source/ci/run-trig.md index 80f315cc7d581d21ca8fe1f3c0211479d7e3fd1e..c04508bbe65bdaf49b2d1ba0687e5cb8a1dd8c22 100644 --- a/docs/source/ci/run-trig.md +++ b/docs/source/ci/run-trig.md @@ -76,6 +76,6 @@ $ glab ci run-trig -t xxxx -b main --input "replicas:int(3)" --input "debug:bool ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/run.md b/docs/source/ci/run.md index 31995ce7b7f30682e48bbeb4eb07408ddb8a3d1c..7f3c5febe3bb4a2d97055e8ec0546d43b95d8a70 100644 --- a/docs/source/ci/run.md +++ b/docs/source/ci/run.md @@ -93,6 +93,6 @@ $ glab ci run -b main --input "replicas:int(3)" --input "debug:bool(false)" --in ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/status.md b/docs/source/ci/status.md index c63b9f33277809ab9a806ab0b4a1de10b600900b..8072f9fb4533b337c0affae3340820952308f7a8 100644 --- a/docs/source/ci/status.md +++ b/docs/source/ci/status.md @@ -49,6 +49,6 @@ $ glab ci status ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/trace.md b/docs/source/ci/trace.md index d2fda8d1985e4c33f586d5e2f2916fd9d8cb63a6..8d7c6dbf952ce187f6e879d2fcb35d079265e2f4 100644 --- a/docs/source/ci/trace.md +++ b/docs/source/ci/trace.md @@ -40,6 +40,6 @@ $ glab ci trace lint ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/trigger.md b/docs/source/ci/trigger.md index 51e67ee89737763661dc9d6302375bf87959fbfd..4b82a14da5e6337af47544b947bffb3364345212 100644 --- a/docs/source/ci/trigger.md +++ b/docs/source/ci/trigger.md @@ -40,6 +40,6 @@ $ glab ci trigger lint ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ci/view.md b/docs/source/ci/view.md index bc7ed91ee4858cffdd93794bcaacf367e9f9931b..bf1f3829ac354b2eaa44bc81631f49e564ae1ec9 100644 --- a/docs/source/ci/view.md +++ b/docs/source/ci/view.md @@ -61,6 +61,6 @@ $ glab pipeline ci view -b main -R myusername/glab ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/cluster/_index.md b/docs/source/cluster/_index.md index bafebbb9466164146212d4f51445632953522fe5..f53b8eefba8e3d484c6e8d3be23febdc0b2f896c 100644 --- a/docs/source/cluster/_index.md +++ b/docs/source/cluster/_index.md @@ -15,7 +15,7 @@ Manage GitLab Agents for Kubernetes and their clusters. ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/cluster/agent/_index.md b/docs/source/cluster/agent/_index.md index a3b8b118c5e965af9984d09fadbffcb8a98333fe..dbe1ec41ba9eb53cb074a3b51c019e5f59a693e9 100644 --- a/docs/source/cluster/agent/_index.md +++ b/docs/source/cluster/agent/_index.md @@ -15,7 +15,7 @@ Manage GitLab Agents for Kubernetes. ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/cluster/agent/bootstrap.md b/docs/source/cluster/agent/bootstrap.md index 04862f0586ac2b84beec4dfaea45c732e777305e..5dbfb7c36ea0a96e7a7a00de345ee7ff0d50b8ee 100644 --- a/docs/source/cluster/agent/bootstrap.md +++ b/docs/source/cluster/agent/bootstrap.md @@ -124,6 +124,6 @@ $ glab cluster agent bootstrap my-agent --use-api-commit-author ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/cluster/agent/check_manifest_usage.md b/docs/source/cluster/agent/check_manifest_usage.md index 013efa41b238ff5a791f3fefda55c36bb616b0f8..b3d7b19e77b8267e2e3b99d2e1d8b1b810fe789b 100644 --- a/docs/source/cluster/agent/check_manifest_usage.md +++ b/docs/source/cluster/agent/check_manifest_usage.md @@ -41,6 +41,6 @@ glab cluster agent check_manifest_usage [flags] ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/cluster/agent/get-token.md b/docs/source/cluster/agent/get-token.md index 5cd3ab5e7420ff06edd13619a297262ccc467216..afe590120216ed35743417414adb9f9d9c33e780 100644 --- a/docs/source/cluster/agent/get-token.md +++ b/docs/source/cluster/agent/get-token.md @@ -35,6 +35,6 @@ glab cluster agent get-token [flags] ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/cluster/agent/list.md b/docs/source/cluster/agent/list.md index c4446da45bc4a79e0818eed0bdc2ecfaef946be0..47b5f13028b6d3f23e492358236eef17882e8060 100644 --- a/docs/source/cluster/agent/list.md +++ b/docs/source/cluster/agent/list.md @@ -32,6 +32,6 @@ ls ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/cluster/agent/token-cache/_index.md b/docs/source/cluster/agent/token-cache/_index.md index b2faf975ee62724d7acd3a5d0eb4800cebe2844e..df3be65dad9783263bf43531b0f9fa0c73449a45 100644 --- a/docs/source/cluster/agent/token-cache/_index.md +++ b/docs/source/cluster/agent/token-cache/_index.md @@ -40,8 +40,8 @@ This ensures tokens are properly isolated by GitLab instance and agent. ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Subcommands diff --git a/docs/source/cluster/agent/token/_index.md b/docs/source/cluster/agent/token/_index.md index 1296d7d1515844e814a383baae915b8313e924ee..2e33fe6ea4b360320b53d54f42a99e7258985cf3 100644 --- a/docs/source/cluster/agent/token/_index.md +++ b/docs/source/cluster/agent/token/_index.md @@ -15,8 +15,8 @@ Manage GitLab Agents for Kubernetes tokens. ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Subcommands diff --git a/docs/source/cluster/agent/token/list.md b/docs/source/cluster/agent/token/list.md index d4b35c26cd4fb359d5f430925321d15af84e0013..c2e6e5f230328a83da7231f589337081ea19fb69 100644 --- a/docs/source/cluster/agent/token/list.md +++ b/docs/source/cluster/agent/token/list.md @@ -19,6 +19,6 @@ glab cluster agent token list [flags] ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/cluster/agent/token/revoke.md b/docs/source/cluster/agent/token/revoke.md index 10dc8b0e9f003da6e608b04e73aa8381af7c56f5..a06f113529e9404fca8023ccb1f10847f0c67d66 100644 --- a/docs/source/cluster/agent/token/revoke.md +++ b/docs/source/cluster/agent/token/revoke.md @@ -19,6 +19,6 @@ glab cluster agent token revoke [flags] ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/cluster/agent/update-kubeconfig.md b/docs/source/cluster/agent/update-kubeconfig.md index b12cebee73dcb3629c6671853c752afecd02e5b3..06722b86f9e68787e104e2e9c3df1307b3d00543 100644 --- a/docs/source/cluster/agent/update-kubeconfig.md +++ b/docs/source/cluster/agent/update-kubeconfig.md @@ -34,6 +34,6 @@ glab cluster agent update-kubeconfig [flags] ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/cluster/graph.md b/docs/source/cluster/graph.md index 2b6417f737d791e93555acebb8cc7ff31999dc74..b77bfaf22422111ebba5c14f54510800eab0aef7 100644 --- a/docs/source/cluster/graph.md +++ b/docs/source/cluster/graph.md @@ -134,6 +134,6 @@ $ glab cluster graph -R user/project -a 123 --root-expression 'group == "" && re ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/deploy-key/_index.md b/docs/source/deploy-key/_index.md index 7abba82135968a6e61f5e182f6d7b2235423918e..2f7948b12a1aa65d9ae805d57f9561f8d17020fc 100644 --- a/docs/source/deploy-key/_index.md +++ b/docs/source/deploy-key/_index.md @@ -15,7 +15,7 @@ Manage deploy keys. ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/deploy-key/add.md b/docs/source/deploy-key/add.md index cbdcb862df7c66c903bbb1e15613f0c8473c4a07..872b95a579d7bbdfd76982fc4721749271c4a49e 100644 --- a/docs/source/deploy-key/add.md +++ b/docs/source/deploy-key/add.md @@ -47,6 +47,6 @@ $ glab deploy-key add ~/.ssh/id_ed25519.pub -t "my title" --can-push true ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/deploy-key/delete.md b/docs/source/deploy-key/delete.md index b455747270e929f94d33d33c94fe5c22d5914b96..164ba369d4af301677f9bad0b55f7b77cf5c9f1b 100644 --- a/docs/source/deploy-key/delete.md +++ b/docs/source/deploy-key/delete.md @@ -26,6 +26,6 @@ $ glab deploy-key delete 1234 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/deploy-key/get.md b/docs/source/deploy-key/get.md index 04dadf7a32e99ea5b0547e9ff40ce617fb45b23e..1e4476f209167dd6758c76db62efd3fcb9ccb582 100644 --- a/docs/source/deploy-key/get.md +++ b/docs/source/deploy-key/get.md @@ -27,6 +27,6 @@ $ glab deploy-key get 1234 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/deploy-key/list.md b/docs/source/deploy-key/list.md index d6915779f7a9d5a891366b36e3ca61b1ad6fecc4..06be272961a0030a5535748efcc9c55f1c6f6418 100644 --- a/docs/source/deploy-key/list.md +++ b/docs/source/deploy-key/list.md @@ -34,6 +34,6 @@ glab deploy-key list [flags] ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/gpg-key/_index.md b/docs/source/gpg-key/_index.md index 381f12008e1d942701afb818c9da4fc399f21fe2..c4979c05d9c67edaed9c31d1b84b7a8c54cee6eb 100644 --- a/docs/source/gpg-key/_index.md +++ b/docs/source/gpg-key/_index.md @@ -15,7 +15,7 @@ Manage GPG keys registered with your GitLab account. ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/gpg-key/add.md b/docs/source/gpg-key/add.md index 2584430c3532eab4ba40b2186245c21a917dc4e7..50ca9a2d2bfc0b6f0e0023dee798827f35bf7bfd 100644 --- a/docs/source/gpg-key/add.md +++ b/docs/source/gpg-key/add.md @@ -34,6 +34,6 @@ $ glab gpg-key add ~/.gnupg/pubkey.asc ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/gpg-key/delete.md b/docs/source/gpg-key/delete.md index 40d840acbb914a1d7013ae51ac91620610a4d072..7b8d70bf3cf3958b912f8a92264712113106e1fb 100644 --- a/docs/source/gpg-key/delete.md +++ b/docs/source/gpg-key/delete.md @@ -26,6 +26,6 @@ $ glab gpg-key delete 7750633 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/gpg-key/get.md b/docs/source/gpg-key/get.md index 1ba871377eb17bb8d0970f62278c4a5fe3d44390..ea3c7bb7ae4194de5de053eaf8deab0282cab492 100644 --- a/docs/source/gpg-key/get.md +++ b/docs/source/gpg-key/get.md @@ -26,6 +26,6 @@ $ glab gpg-key get 7750633 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/gpg-key/list.md b/docs/source/gpg-key/list.md index cf6438ca721eaa4811c2bfd1d85cf7e0d645a1c2..68c15904c08d2919cac0f6a65b9a270e959b1f96 100644 --- a/docs/source/gpg-key/list.md +++ b/docs/source/gpg-key/list.md @@ -32,6 +32,6 @@ $ glab gpg-key list ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/incident/_index.md b/docs/source/incident/_index.md index 463762b77d9b00c44c940961dc5b7a77bef982fe..8f9c1930551dfee4357ff2703e9491408ed5d892 100644 --- a/docs/source/incident/_index.md +++ b/docs/source/incident/_index.md @@ -22,7 +22,7 @@ $ glab incident list ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/incident/close.md b/docs/source/incident/close.md index 5bd5577cfe6192d636e0af870ba33c458dccef0a..e2c1d6c82f8bb068cf1a47dd77939028afedc5ac 100644 --- a/docs/source/incident/close.md +++ b/docs/source/incident/close.md @@ -33,6 +33,6 @@ $ glab incident close https://gitlab.com/NAMESPACE/REPO/-/issues/incident/123 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/incident/list.md b/docs/source/incident/list.md index 07ec27ab911c57c5d48567a4b7023c176a30a049..766deaac7a6b98e7894f0d9d0b35bd04ec0702be 100644 --- a/docs/source/incident/list.md +++ b/docs/source/incident/list.md @@ -53,7 +53,7 @@ $ glab incident list --milestone release-2.0.0 --opened -F, --output-format string Options: 'details', 'ids', 'urls'. (default "details") -p, --page int Page number. (default 1) -P, --per-page int Number of items to list per page. (default 30) - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. --search string Search in the fields defined by '--in'. --sort string Return incident sorted in asc or desc order. (default "desc") ``` diff --git a/docs/source/incident/note.md b/docs/source/incident/note.md index 223f363c69584c5bf7d97e8a49dcb8c436ce0841..bdf3cd37327393404a7f69e8290d84cf653359d3 100644 --- a/docs/source/incident/note.md +++ b/docs/source/incident/note.md @@ -31,6 +31,6 @@ comment ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/incident/reopen.md b/docs/source/incident/reopen.md index 10993ad3ae7db495040f3d6d0cc02470306e2dd2..4f19413a8cc2a54cc2a200f1eea9bb8c1adc0ed9 100644 --- a/docs/source/incident/reopen.md +++ b/docs/source/incident/reopen.md @@ -34,6 +34,6 @@ $ glab incident reopen https://gitlab.com/NAMESPACE/REPO/-/issues/incident/123 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/incident/subscribe.md b/docs/source/incident/subscribe.md index 15eef65377a78ce52980f804e9dbba95e1a08d4b..0d48e0effb74cef5fc0a3311e4e13c5be425a95f 100644 --- a/docs/source/incident/subscribe.md +++ b/docs/source/incident/subscribe.md @@ -34,6 +34,6 @@ $ glab incident subscribe https://gitlab.com/OWNER/REPO/-/issues/incident/123 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/incident/unsubscribe.md b/docs/source/incident/unsubscribe.md index 0cd52e1834a24dbb1fcb15fd04b5ecc33660a0c1..093e59539ee984198b817582ef2cb9a84f043f1c 100644 --- a/docs/source/incident/unsubscribe.md +++ b/docs/source/incident/unsubscribe.md @@ -34,6 +34,6 @@ $ glab incident unsubscribe https://gitlab.com/OWNER/REPO/-/issues/incident/123 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/incident/view.md b/docs/source/incident/view.md index b2eaa2d86e6d09d5c76f49a05df77d7c746753bb..375211f50b98fa1f27fef48684a63f0b5272b726 100644 --- a/docs/source/incident/view.md +++ b/docs/source/incident/view.md @@ -47,6 +47,6 @@ $ glab incident view https://gitlab.com/NAMESPACE/REPO/-/issues/incident/123 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/issue/_index.md b/docs/source/issue/_index.md index f04424b8347f85aed028a287b0d40cf29c22d10b..1c7a2fa25a3c36c2a8c5e39995244daaa39fb898 100644 --- a/docs/source/issue/_index.md +++ b/docs/source/issue/_index.md @@ -25,7 +25,7 @@ $ glab issue note -m "closing because !123 was merged" ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/issue/close.md b/docs/source/issue/close.md index 930b32f54190c9f6b2b2ebaaaad4436e9fac9e7f..75f8c55448ac86e3339bb3383f7922c629599596 100644 --- a/docs/source/issue/close.md +++ b/docs/source/issue/close.md @@ -27,6 +27,6 @@ $ glab issue close https://gitlab.com/NAMESPACE/REPO/-/issues/123 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/issue/create.md b/docs/source/issue/create.md index 0e927e20b0dbcdce0e3cf800d30df57f6a974b53..2edce490a31074f523983f44e6e82256f6d6be78 100644 --- a/docs/source/issue/create.md +++ b/docs/source/issue/create.md @@ -59,6 +59,6 @@ $ glab issue create -m release-1.0.1 -t "security fix" --label security --web -- ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/issue/delete.md b/docs/source/issue/delete.md index 6728556feb8ea99b91a7f96dd0d46a0771121337..63f08bf9a0a54656442c7e4bd7fc2936c533915e 100644 --- a/docs/source/issue/delete.md +++ b/docs/source/issue/delete.md @@ -34,6 +34,6 @@ $ glab issue delete https://gitlab.com/profclems/glab/-/issues/123 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/issue/list.md b/docs/source/issue/list.md index cdaec0f82c108a34031bd5a919ff33910ed14346..25fd3c395aff965f5a32f57bb45326e7cabdbbe6 100644 --- a/docs/source/issue/list.md +++ b/docs/source/issue/list.md @@ -55,7 +55,7 @@ $ glab issue list --milestone release-2.0.0 --opened -F, --output-format string Options: 'details', 'ids', 'urls'. (default "details") -p, --page int Page number. (default 1) -P, --per-page int Number of items to list per page. (default 30) - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. --search string Search in the fields defined by '--in'. --sort string Return issue sorted in asc or desc order. (default "desc") ``` diff --git a/docs/source/issue/note.md b/docs/source/issue/note.md index d6a3e3a19f5b56426370d70e94fe3b7cd1446996..7d3acd848ac09506d4cb032ebab9ef4633159531 100644 --- a/docs/source/issue/note.md +++ b/docs/source/issue/note.md @@ -31,6 +31,6 @@ comment ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/issue/reopen.md b/docs/source/issue/reopen.md index 877cd2a07d5cb3652b7c04f45937e0c62dc87f86..8c1549f27504a6b51fdcc6fa8fbbbe590bbf04ae 100644 --- a/docs/source/issue/reopen.md +++ b/docs/source/issue/reopen.md @@ -34,6 +34,6 @@ $ glab issue reopen https://gitlab.com/NAMESPACE/REPO/-/issues/123 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/issue/subscribe.md b/docs/source/issue/subscribe.md index 1209146b00e7cf8212047e09542972b46b2b273c..bee4ddcec3a7a7c7a55102df1534124d2142cd60 100644 --- a/docs/source/issue/subscribe.md +++ b/docs/source/issue/subscribe.md @@ -34,6 +34,6 @@ $ glab issue subscribe https://gitlab.com/OWNER/REPO/-/issues/123 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/issue/unsubscribe.md b/docs/source/issue/unsubscribe.md index 761deeadb028ece2af4d5e77d83f0f771b53f719..6391cf63f6eb7be063906ea808245bbbafbc2e65 100644 --- a/docs/source/issue/unsubscribe.md +++ b/docs/source/issue/unsubscribe.md @@ -34,6 +34,6 @@ $ glab issue unsubscribe https://gitlab.com/OWNER/REPO/-/issues/123 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/issue/update.md b/docs/source/issue/update.md index 07bfce0316934672c18a3a6cacea4ca24b2a6a92..781970cfd7b32d89240d5e12d98ad650e35ef61e 100644 --- a/docs/source/issue/update.md +++ b/docs/source/issue/update.md @@ -45,6 +45,6 @@ $ glab issue update 42 --unlabel working ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/issue/view.md b/docs/source/issue/view.md index 6ce97d37db52c67e9308416fdd08bfeae24918e9..4093e1b190f51f35763d739776cda479ada1dd54 100644 --- a/docs/source/issue/view.md +++ b/docs/source/issue/view.md @@ -47,6 +47,6 @@ $ glab issue view https://gitlab.com/NAMESPACE/REPO/-/issues/123 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/iteration/_index.md b/docs/source/iteration/_index.md index 14cccac0824e5a44f7335c57d6487b3f7cbde7f4..a9ea11f2cef764e8645e54f08543033a23ca8e4d 100644 --- a/docs/source/iteration/_index.md +++ b/docs/source/iteration/_index.md @@ -15,7 +15,7 @@ Retrieve iteration information. ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/iteration/list.md b/docs/source/iteration/list.md index b05a320df5f795051d837865f8976d15a00be14d..77954857912421ff923c5c96bfe4a6158258cf47 100644 --- a/docs/source/iteration/list.md +++ b/docs/source/iteration/list.md @@ -44,6 +44,6 @@ ls ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/job/_index.md b/docs/source/job/_index.md index 5ceef61dfbd58472356f43c1d0a3fe0ff0bb01e0..43f5689131b5b5e56c5513a80ba93aa0476a5dba 100644 --- a/docs/source/job/_index.md +++ b/docs/source/job/_index.md @@ -15,7 +15,7 @@ Work with GitLab CI/CD jobs. ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/job/artifact.md b/docs/source/job/artifact.md index 49a5eae1019d7353a63d492b8c81594925e6252f..7793e967043d13c1ebdf0ba63247b8f55db287db 100644 --- a/docs/source/job/artifact.md +++ b/docs/source/job/artifact.md @@ -41,6 +41,6 @@ $ glab job artifact main deploy --list-paths ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/label/_index.md b/docs/source/label/_index.md index 5243d8b04c50aa3eb8286fc2a69390e7441c6a4f..bf3dfc929f93cee8172a1acc9e3a20c3434fa037 100644 --- a/docs/source/label/_index.md +++ b/docs/source/label/_index.md @@ -15,7 +15,7 @@ Manage labels on remote. ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/label/create.md b/docs/source/label/create.md index 94894ea3cc57d952bcdc7520815579ac253b9dd0..5ef2d01cfbaef21168b01c9a8ad2cc1c10622e5d 100644 --- a/docs/source/label/create.md +++ b/docs/source/label/create.md @@ -43,6 +43,6 @@ $ glab label create -R owner/repo ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/label/delete.md b/docs/source/label/delete.md index e785c2ff2140f1d06e83a40b3e3be8577d3ccba8..000d38a23058bc6dafd17656c1b8052a4cfcf416 100644 --- a/docs/source/label/delete.md +++ b/docs/source/label/delete.md @@ -27,6 +27,6 @@ $ glab label delete -R owner/repo foo ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/label/edit.md b/docs/source/label/edit.md index 38b9d53491a4d4fab53d8d712a1a1dfed3249e20..33f44005994da3cde345d44b936339f9f9c07d66 100644 --- a/docs/source/label/edit.md +++ b/docs/source/label/edit.md @@ -37,6 +37,6 @@ $ glab label edit -R owner/repo ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/label/get.md b/docs/source/label/get.md index 79848b3576db447610d773044b847182241bb1a7..2e6ff4f327a82194c2d2bf537066245514baa0ef 100644 --- a/docs/source/label/get.md +++ b/docs/source/label/get.md @@ -29,6 +29,6 @@ $ glab label get 1234 -R owner/repo ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/label/list.md b/docs/source/label/list.md index d19f9cb95f95644262ef7ee8b4127582b04c1d92..96a6a2bcdf5427abfe233f72c98e94c6e0832d2f 100644 --- a/docs/source/label/list.md +++ b/docs/source/label/list.md @@ -44,6 +44,6 @@ $ glab label list -g mygroup ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/milestone/_index.md b/docs/source/milestone/_index.md index 637d87b9bdabefcef0fa24474b61f9238939381b..0944fa8a61d2c605ae4e73e9d8a190e3bea73db1 100644 --- a/docs/source/milestone/_index.md +++ b/docs/source/milestone/_index.md @@ -15,7 +15,7 @@ Manage group or project milestones. ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/milestone/create.md b/docs/source/milestone/create.md index f19ec331edf04bc1e3f736e7f8c67ea1d763b751..cb8083ff5a07ac181f0cfb3064cab6ff186769ac 100644 --- a/docs/source/milestone/create.md +++ b/docs/source/milestone/create.md @@ -44,6 +44,6 @@ $ glab milestone create --title='Example group milestone' --due-date='2025-12-16 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/milestone/delete.md b/docs/source/milestone/delete.md index 7460d4481679674fdfd51efaea7e52ee5e3f8060..d36a338de162df1db83751ea7b5cd4bd8a057482 100644 --- a/docs/source/milestone/delete.md +++ b/docs/source/milestone/delete.md @@ -40,6 +40,6 @@ $ glab milestone delete 123 --group group-name ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/milestone/edit.md b/docs/source/milestone/edit.md index 3ed099ae61ffc5c584f4896b441e86e1419713f8..a027c85fad113a760a8d4b6747ecd11945d5dac6 100644 --- a/docs/source/milestone/edit.md +++ b/docs/source/milestone/edit.md @@ -45,6 +45,6 @@ $ glab milestone edit 123 --title='Example group milestone' --due-date='2025-12- ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/milestone/get.md b/docs/source/milestone/get.md index 36de021f8248702d759af4e3e825ea235c1cd2d2..5b7151f4642508c57b94fde1d91eb6a955eddc47 100644 --- a/docs/source/milestone/get.md +++ b/docs/source/milestone/get.md @@ -40,6 +40,6 @@ $ glab milestone get 123 --group group-name ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/milestone/list.md b/docs/source/milestone/list.md index 96de1f1f4e82531f30442ab246b5548e74686323..7217eb3497b87a933b5d23167c4667a4433721e9 100644 --- a/docs/source/milestone/list.md +++ b/docs/source/milestone/list.md @@ -48,6 +48,6 @@ $ glab milestone list --group example-group --state active ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/_index.md b/docs/source/mr/_index.md index 036c4a544ddda9b982f889e57de7b7606472e011..c4df303c231155ea87cd621f3cd44a7c6952a04e 100644 --- a/docs/source/mr/_index.md +++ b/docs/source/mr/_index.md @@ -24,7 +24,7 @@ $ glab mr note -m "needs to do X before it can be merged" branch-foo ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/mr/approve.md b/docs/source/mr/approve.md index c3aead6e491a25f368bb8682b62b54cc3d857e4d..40277a35eae8ec724e7ad033cdd9d0cf84b54f96 100644 --- a/docs/source/mr/approve.md +++ b/docs/source/mr/approve.md @@ -38,6 +38,6 @@ $ glab mr approve ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/approvers.md b/docs/source/mr/approvers.md index 5c1072d454a33aa0aecac72d754c5755d0a5f756..4a63cc6637ec3718570ac21059b2a5dad4626c57 100644 --- a/docs/source/mr/approvers.md +++ b/docs/source/mr/approvers.md @@ -19,6 +19,6 @@ glab mr approvers [ | ] [flags] ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/checkout.md b/docs/source/mr/checkout.md index c934cac06cec72c4e56d11c45b38a5e556bafe9c..e7c9a628ab359bb91bafca732160a4806bef0608 100644 --- a/docs/source/mr/checkout.md +++ b/docs/source/mr/checkout.md @@ -40,6 +40,6 @@ $ glab mr checkout ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/close.md b/docs/source/mr/close.md index 55a471de996fe728bf8aab5fb299b7130bcf2759..d828d46f96111807d3b4c8e3a0c8b0f07a4d3239 100644 --- a/docs/source/mr/close.md +++ b/docs/source/mr/close.md @@ -36,6 +36,6 @@ $ glab mr close branch -R another/repo ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/create.md b/docs/source/mr/create.md index 2865f6a7ec45ef01deb1f142e93dd4a123740fdc..6013b1cefcd13307713d53fee0e08690a606e1e6 100644 --- a/docs/source/mr/create.md +++ b/docs/source/mr/create.md @@ -66,6 +66,6 @@ $ glab mr create --fill --fill-commit-body --yes ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/delete.md b/docs/source/mr/delete.md index 47058cb5788f7e2d215574f34a3be30764426a0d..8d2cbaf9af22506127b534dfe9a97a4befe1efae 100644 --- a/docs/source/mr/delete.md +++ b/docs/source/mr/delete.md @@ -41,6 +41,6 @@ $ glab mr delete branch ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/diff.md b/docs/source/mr/diff.md index 8a3ae61ab7a48fe9028c2943bdead56913420698..df15a671501614c703037f18b586f3bfb2133bd7 100644 --- a/docs/source/mr/diff.md +++ b/docs/source/mr/diff.md @@ -39,6 +39,6 @@ $ glab mr diff 123 --color=never ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/issues.md b/docs/source/mr/issues.md index f315eda646bfa6c76d22137bf4d369c52e70748c..e0cc2511c26a3150ae2ae7bcd4738cb5d3aef363 100644 --- a/docs/source/mr/issues.md +++ b/docs/source/mr/issues.md @@ -37,6 +37,6 @@ $ glab mr issues ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/list.md b/docs/source/mr/list.md index df7f5386433a706fdf4a2ae196b1dbf9039e2d2c..7df5986d8ce5d63d76c94a2f8af02fe39553718d 100644 --- a/docs/source/mr/list.md +++ b/docs/source/mr/list.md @@ -58,7 +58,7 @@ $ glab mr list --not-draft -F, --output string Format output as: text, json. (default "text") -p, --page int Page number. (default 1) -P, --per-page int Number of items to list per page. (default 30) - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. -r, --reviewer strings Get only merge requests with users as reviewer. --search string Filter by in title and description. -S, --sort string Sort merge requests by . Sort options: asc, desc. diff --git a/docs/source/mr/merge.md b/docs/source/mr/merge.md index 3b774270260b398a0d4df3385bb0375cceacd1fe..1a63dd549cd7650539c4ddbdf589f8ae6ad2f4c9 100644 --- a/docs/source/mr/merge.md +++ b/docs/source/mr/merge.md @@ -50,6 +50,6 @@ $ glab mr merge ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/note.md b/docs/source/mr/note.md index a4e4bdf8a51660345151b3dcfd0dfbffcae01eb7..9c89e92f08d795cb5423ddd9dea2ca60fdc94f1c 100644 --- a/docs/source/mr/note.md +++ b/docs/source/mr/note.md @@ -32,6 +32,6 @@ comment ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/rebase.md b/docs/source/mr/rebase.md index 909e20a55aaf95dfebad54b9c50db709b7842c7a..0f9a826956ff020f4110a55d7849b76ca98090b5 100644 --- a/docs/source/mr/rebase.md +++ b/docs/source/mr/rebase.md @@ -44,6 +44,6 @@ $ glab mr rebase branch --skip-ci ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/reopen.md b/docs/source/mr/reopen.md index 437b264e07d4986400c46e84bbd05a84656bda99..d0a612eae4e8a2e5f308e1138392e3944c9f43a8 100644 --- a/docs/source/mr/reopen.md +++ b/docs/source/mr/reopen.md @@ -39,6 +39,6 @@ $ glab mr reopen branch-1 branch-2 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/revoke.md b/docs/source/mr/revoke.md index bb45864d9979bb76d42b12cb758433403aac6b14..0aadc3b6f719197e0f42c0247d2f4acfd25a9a75 100644 --- a/docs/source/mr/revoke.md +++ b/docs/source/mr/revoke.md @@ -40,6 +40,6 @@ $ glab mr revoke 123 branch 456 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/subscribe.md b/docs/source/mr/subscribe.md index 60549646393b20b4fd69480402d25dcc4c958129..54e5e6cc92dd40c6292a89a2605a5e663cec57b3 100644 --- a/docs/source/mr/subscribe.md +++ b/docs/source/mr/subscribe.md @@ -38,6 +38,6 @@ $ glab mr subscribe 123 branch ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/todo.md b/docs/source/mr/todo.md index e7fab49d403fef8e428a3d9fcf571466d37c91ee..e517282777b97ce0766bf7297f467d3a695342e7 100644 --- a/docs/source/mr/todo.md +++ b/docs/source/mr/todo.md @@ -25,6 +25,6 @@ add-todo ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/unsubscribe.md b/docs/source/mr/unsubscribe.md index 715667db5233080bcd02191a30fe13eefd999e1c..c73600f9be5a1a23ed6948b67a65210c6b49d9ef 100644 --- a/docs/source/mr/unsubscribe.md +++ b/docs/source/mr/unsubscribe.md @@ -38,6 +38,6 @@ $ glab mr unsubscribe 123 branch ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/update.md b/docs/source/mr/update.md index 5b1ca99014173354411a29734680c08466e9da4b..d47985348800415106df6c168e74780b5cf92377 100644 --- a/docs/source/mr/update.md +++ b/docs/source/mr/update.md @@ -60,6 +60,6 @@ $ glab mr update 23 --fill --fill-commit-body --yes ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/mr/view.md b/docs/source/mr/view.md index bc702d0decf787e9e13df4f5d20c9fa267c7c1b6..e7f7b272141c5d96b5c7dd0bcb5c013d550df224 100644 --- a/docs/source/mr/view.md +++ b/docs/source/mr/view.md @@ -36,6 +36,6 @@ show ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/opentofu/_index.md b/docs/source/opentofu/_index.md index e355ef1c61cdaf55361e739bcd148807440fd7ce..bfb2fc5f2aa759264991ea7b36a1f1748fa237f7 100644 --- a/docs/source/opentofu/_index.md +++ b/docs/source/opentofu/_index.md @@ -22,7 +22,7 @@ tf ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/opentofu/init.md b/docs/source/opentofu/init.md index ee22df7f7f9d4e4107be782dbc91e41157ea0502..ebf916064f3658e3d3a59a2609fa94c326347225 100644 --- a/docs/source/opentofu/init.md +++ b/docs/source/opentofu/init.md @@ -43,6 +43,6 @@ $ glab opentofu init production -- -reconfigure ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/opentofu/state/_index.md b/docs/source/opentofu/state/_index.md index 3dc4db9467c3930688830e72eec519ebef9d8d1e..c8d5015e832152c451e38179366d872f70b9c8dd 100644 --- a/docs/source/opentofu/state/_index.md +++ b/docs/source/opentofu/state/_index.md @@ -15,8 +15,8 @@ Work with the OpenTofu or Terraform states. ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Subcommands diff --git a/docs/source/opentofu/state/delete.md b/docs/source/opentofu/state/delete.md index a313854ba15e6f528e9325086a8d5f3722743490..9fc603c2583dd5f80c228676216db64c2085d6f6 100644 --- a/docs/source/opentofu/state/delete.md +++ b/docs/source/opentofu/state/delete.md @@ -25,6 +25,6 @@ glab opentofu state delete [] [flags] ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/opentofu/state/download.md b/docs/source/opentofu/state/download.md index f0cff01e9b68c1d943ef305370dbfa0a54a2b661..16725be62a61a0d001da08ec291321f0cf45a47f 100644 --- a/docs/source/opentofu/state/download.md +++ b/docs/source/opentofu/state/download.md @@ -30,6 +30,6 @@ $ glab opentofu state download production 42 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/opentofu/state/list.md b/docs/source/opentofu/state/list.md index d2db6ded587394e53738d07bc4378fd192382690..a90fbd7bcd36acaab654a8bf34bc18fd5ac18fc7 100644 --- a/docs/source/opentofu/state/list.md +++ b/docs/source/opentofu/state/list.md @@ -19,6 +19,6 @@ glab opentofu state list [flags] ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/opentofu/state/lock.md b/docs/source/opentofu/state/lock.md index 87fe05f570a31f75bcb7508631d1166d6350ff00..6a68e062d453bda88eb06416b052d48bc9d5d6d5 100644 --- a/docs/source/opentofu/state/lock.md +++ b/docs/source/opentofu/state/lock.md @@ -19,6 +19,6 @@ glab opentofu state lock [flags] ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/opentofu/state/unlock.md b/docs/source/opentofu/state/unlock.md index b2f596cefb03b8ea4459f1390d65668a5c1d04f6..36a47a0fd4b0255a98a27bc565e04811be9cd4d3 100644 --- a/docs/source/opentofu/state/unlock.md +++ b/docs/source/opentofu/state/unlock.md @@ -19,6 +19,6 @@ glab opentofu state unlock [flags] ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/release/_index.md b/docs/source/release/_index.md index 7842348c69b6fb2716f1e6ab9bbd7ff478c236dc..cdab127cb8786aff135850e7fba63014fd8ea63d 100644 --- a/docs/source/release/_index.md +++ b/docs/source/release/_index.md @@ -15,7 +15,7 @@ Manage GitLab releases. ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/release/create.md b/docs/source/release/create.md index f8efb9b81a3fa2eab1baab55acd8a0473fb98db9..723bc250ef5cba724828dc5f89c0700dc138b432 100644 --- a/docs/source/release/create.md +++ b/docs/source/release/create.md @@ -113,6 +113,6 @@ $ glab release create v1.0.1 --publish-to-catalog ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/release/delete.md b/docs/source/release/delete.md index 9089752603768c7c4b510932712b776613fa55c0..dc533062c3ab630cd82af1ee43f9372b56e0829d 100644 --- a/docs/source/release/delete.md +++ b/docs/source/release/delete.md @@ -46,6 +46,6 @@ $ glab release delete v1.0.1 --with-tag ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/release/download.md b/docs/source/release/download.md index 59bfa3a323213404c98eb8a69120748152bba1e9..7413d5c8d396439490b8642918010e09a135b130 100644 --- a/docs/source/release/download.md +++ b/docs/source/release/download.md @@ -48,6 +48,6 @@ $ glab release download v1.10.1 --asset-name="*.tar.gz" ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/release/list.md b/docs/source/release/list.md index 565d1ac8ca2733bd60c8f7a9854fb7a6733a9475..09b5e615e741fb19fb5ab2f0bfa1f7890598ee09 100644 --- a/docs/source/release/list.md +++ b/docs/source/release/list.md @@ -32,6 +32,6 @@ ls ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/release/upload.md b/docs/source/release/upload.md index e598f63c32a5c91dd1f070345c3c941283fb1aab..71b4ea243581bd4e26c8d15cf3d53f2c060fca55 100644 --- a/docs/source/release/upload.md +++ b/docs/source/release/upload.md @@ -62,6 +62,6 @@ $ glab release upload v1.0.1 --assets-links=' ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/release/view.md b/docs/source/release/view.md index f6dd2f49f930585a94e18d0fc00be27eb0644ac4..32d21ca9cbd88da5e42527d05d7718eeafe6b4bf 100644 --- a/docs/source/release/view.md +++ b/docs/source/release/view.md @@ -42,6 +42,6 @@ $ glab release view v1.0.1 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/repo/contributors.md b/docs/source/repo/contributors.md index 8a9d51391dc346b1dd808bcecf2608d98e2d2582..1220a7151518f33f79871da2989c93cdf552b8c6 100644 --- a/docs/source/repo/contributors.md +++ b/docs/source/repo/contributors.md @@ -36,11 +36,11 @@ $ glab repo contributors -R gitlab-com/www-gitlab-com ## Options ```plaintext - -o, --order string Return contributors ordered by name, email, or commits (orders by commit date) fields. (default "commits") - -p, --page int Page number. (default 1) - -P, --per-page int Number of items to list per page. (default 30) - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. - -s, --sort string Return contributors. Sort options: asc, desc. + -o, --order string Return contributors ordered by name, email, or commits (orders by commit date) fields. (default "commits") + -p, --page int Page number. (default 1) + -P, --per-page int Number of items to list per page. (default 30) + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. + -s, --sort string Return contributors. Sort options: asc, desc. ``` ## Options inherited from parent commands diff --git a/docs/source/repo/members/add.md b/docs/source/repo/members/add.md index d10d63111ff1d2f6028796ca0f232697c13ea306..496903ff90f6dd798b358bcddf586905be02bc70 100644 --- a/docs/source/repo/members/add.md +++ b/docs/source/repo/members/add.md @@ -48,7 +48,7 @@ $ glab repo members add --username=john.doe --role-id=101 ```plaintext -e, --expires-at string Expiration date for the membership (YYYY-MM-DD) - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. -r, --role string Role for the user (guest, reporter, developer, maintainer, owner) (default "developer") --role-id int ID of a custom role defined in the project or group -u, --user-id int User ID instead of username diff --git a/docs/source/repo/members/remove.md b/docs/source/repo/members/remove.md index edc044f2241e303b09e8d7b8ec8c6f25033e742d..c29d63ef4bdf033b0cb7f3992b0240b9011d6a3b 100644 --- a/docs/source/repo/members/remove.md +++ b/docs/source/repo/members/remove.md @@ -34,7 +34,7 @@ $ glab repo members remove --user-id=123 ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. -u, --user-id int User ID instead of username --username string Username instead of user-id ``` diff --git a/docs/source/schedule/_index.md b/docs/source/schedule/_index.md index 91274a38e199edca9681fedc2bd7fba85567960f..e7585b542fabb2472ea4f0d0f20b3e76feaa277c 100644 --- a/docs/source/schedule/_index.md +++ b/docs/source/schedule/_index.md @@ -22,7 +22,7 @@ skd ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/schedule/create.md b/docs/source/schedule/create.md index 79e541290c47910a1a63a82bcf190cc16a472156..5afa7669b12f25ad69f3236304e18b4e4bf8ff65 100644 --- a/docs/source/schedule/create.md +++ b/docs/source/schedule/create.md @@ -39,6 +39,6 @@ $ glab schedule create --cron "0 * * * *" --description "Describe your pipeline ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/schedule/delete.md b/docs/source/schedule/delete.md index 15766088b3216ee5d34c1e0d87d176d63b83600f..1e12d0e4f8045b51390526fd436f761819a0ed5d 100644 --- a/docs/source/schedule/delete.md +++ b/docs/source/schedule/delete.md @@ -28,6 +28,6 @@ $ glab schedule delete 10 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/schedule/list.md b/docs/source/schedule/list.md index 00a467261f05ee945155534dff399a54487e25c1..cf1f0b15dda5c1053c8f9265f29e3ed672be6a14 100644 --- a/docs/source/schedule/list.md +++ b/docs/source/schedule/list.md @@ -38,6 +38,6 @@ $ glab schedule list ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/schedule/run.md b/docs/source/schedule/run.md index 75c717f11add2f4620e9960c17dd0738a02e4ac8..67ba19ed773d180bc36a56c6b7c600de0f3467ed 100644 --- a/docs/source/schedule/run.md +++ b/docs/source/schedule/run.md @@ -28,6 +28,6 @@ $ glab schedule run 1 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/schedule/update.md b/docs/source/schedule/update.md index 7eea07977093c97781932980b4c197ba08afdfd4..f45bb977bad9908b3c770b12de7671be62ad93c9 100644 --- a/docs/source/schedule/update.md +++ b/docs/source/schedule/update.md @@ -41,6 +41,6 @@ $ glab schedule update 10 --cron "0 * * * *" --description "Describe your pipeli ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/securefile/_index.md b/docs/source/securefile/_index.md index 47065c9cc68432c5cfaa3b5c1a71162f19f84a80..f0955918d9f28cc16c347d42de8420a222783559 100644 --- a/docs/source/securefile/_index.md +++ b/docs/source/securefile/_index.md @@ -22,7 +22,7 @@ and binary files are supported, but they must be smaller than 5 MB. ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/securefile/create.md b/docs/source/securefile/create.md index 7b348add9c199f83aa1417a509707bda6b068096..f8f6626f2488c8c0d4a54f59b19f0ed843412053 100644 --- a/docs/source/securefile/create.md +++ b/docs/source/securefile/create.md @@ -36,6 +36,6 @@ $ glab securefile upload "newfile.txt" "securefiles/localfile.txt" ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/securefile/download.md b/docs/source/securefile/download.md index 84e25aa7b244cb70b3743caded730447e3a56afd..a04203dc01113d3a1acf9c3603e27c40ef07256d 100644 --- a/docs/source/securefile/download.md +++ b/docs/source/securefile/download.md @@ -52,6 +52,6 @@ $ glab securefile download --all --output-dir secure_files/ ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/securefile/get.md b/docs/source/securefile/get.md index e959a7afb356ac32718a0a07e7341f7b48a31932..9d3cd7a771d405de74b9b09dace1a0073cfe8142 100644 --- a/docs/source/securefile/get.md +++ b/docs/source/securefile/get.md @@ -36,6 +36,6 @@ $ glab securefile show 1 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/securefile/list.md b/docs/source/securefile/list.md index a8da3328e47769d173d0fd6dbb9f38d6ef3173b1..5adc457190d8b4519bc225265a2bbda5e91d6aeb 100644 --- a/docs/source/securefile/list.md +++ b/docs/source/securefile/list.md @@ -49,6 +49,6 @@ List a specific page of secure files, with a custom page size. ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/securefile/remove.md b/docs/source/securefile/remove.md index d9beafd312f2f69cb5868d580f74de1a25b5e533..1530609443924def7c01db295d101b81c1e99f33 100644 --- a/docs/source/securefile/remove.md +++ b/docs/source/securefile/remove.md @@ -49,6 +49,6 @@ Remove a project's secure file with 'delete' alias. ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/snippet/_index.md b/docs/source/snippet/_index.md index 143c0dab99d359ed8ee27bc3e606bdcf269c8a38..d1acef766ff48d698eadf3aa0a7551bcb309f940 100644 --- a/docs/source/snippet/_index.md +++ b/docs/source/snippet/_index.md @@ -22,7 +22,7 @@ $ glab snippet create --title "Title of the snippet" --filename "main.go" ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/snippet/create.md b/docs/source/snippet/create.md index b233e9bcd5ff4ebc4a424d3f4d65083167ee9f98..21bcde36a77fc6648365415f272a1b7db7bd146a 100644 --- a/docs/source/snippet/create.md +++ b/docs/source/snippet/create.md @@ -47,6 +47,6 @@ $ glab snippet create --personal --title "Personal snippet" script.py ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ssh-key/_index.md b/docs/source/ssh-key/_index.md index 2adb53574ce50a3f8d6a970868f37ae54cace4d9..eefeaf8501139ef6e04cbec9ae1a8cd67546451d 100644 --- a/docs/source/ssh-key/_index.md +++ b/docs/source/ssh-key/_index.md @@ -15,7 +15,7 @@ Manage SSH keys registered with your GitLab account. ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/ssh-key/add.md b/docs/source/ssh-key/add.md index edd998faaa4fc751c386ac3fe232c021ea16e9af..842b200cfe3d0cf1bce023a5e86a02e0529720fc 100644 --- a/docs/source/ssh-key/add.md +++ b/docs/source/ssh-key/add.md @@ -44,6 +44,6 @@ $ glab ssh-key add ~/.ssh/id_ed25519.pub -t "my title" --usage-type "auth" ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ssh-key/delete.md b/docs/source/ssh-key/delete.md index b00b47bba8906406b64fcbd49255fb775d2cf7ab..a236bcac4dd76655414b8ab7d95c55047f1b6a7d 100644 --- a/docs/source/ssh-key/delete.md +++ b/docs/source/ssh-key/delete.md @@ -39,6 +39,6 @@ $ glab ssh-key delete -P 50 -p 2 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ssh-key/get.md b/docs/source/ssh-key/get.md index 86b7c66b3a15af6defa1c09b924414b3e31ebb1a..306a775c5525c7bc633a5dec4d35f8c30b2148cc 100644 --- a/docs/source/ssh-key/get.md +++ b/docs/source/ssh-key/get.md @@ -40,6 +40,6 @@ $ glab ssh-key get -P 50 -p 2 ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/ssh-key/list.md b/docs/source/ssh-key/list.md index d8d44133c4322585d8f4101576b6768b8d0ad237..c2ef887f77653fa4716b94dddf4ba671a7d34526 100644 --- a/docs/source/ssh-key/list.md +++ b/docs/source/ssh-key/list.md @@ -34,6 +34,6 @@ $ glab ssh-key list ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/_index.md b/docs/source/stack/_index.md index e9e4e82507f20ce32fb6d5dffefe92775741d7ff..8e70744f11c59f74967b03b7ce2ade9e412ef0f0 100644 --- a/docs/source/stack/_index.md +++ b/docs/source/stack/_index.md @@ -39,7 +39,7 @@ $ glab stack sync ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/stack/amend.md b/docs/source/stack/amend.md index 02f76b5ed32db3a48c87c6a62075b08990654312..34592cf1dccff553284fb06ee1565b8f9cfd9ec0 100644 --- a/docs/source/stack/amend.md +++ b/docs/source/stack/amend.md @@ -44,6 +44,6 @@ $ glab stack amend newfile -d "forgot to add this" ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/create.md b/docs/source/stack/create.md index 4ad144b35e7480ef6acc8fe1c3c1d38ae34859e2..7ac7b7662631ff0a7a263fa345df21c8f521c010 100644 --- a/docs/source/stack/create.md +++ b/docs/source/stack/create.md @@ -43,6 +43,6 @@ $ glab stack new cool-new-feature ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/first.md b/docs/source/stack/first.md index 6b6d1e6f4a96960d866213642e0697ee6c9faaad..8bfd235fbf7a633004e8b9e8d59bd1ad2966a5d6 100644 --- a/docs/source/stack/first.md +++ b/docs/source/stack/first.md @@ -36,6 +36,6 @@ $ glab stack first ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/last.md b/docs/source/stack/last.md index 9d674e00234673bf5cb477aa2ee5d9a24f9aac00..fb3261b34a9094f3115f9634588920525460df15 100644 --- a/docs/source/stack/last.md +++ b/docs/source/stack/last.md @@ -36,6 +36,6 @@ $ glab stack last ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/list.md b/docs/source/stack/list.md index 19b59e9d01456da857464283c87e8071045a2068..b009ec0d31ca4d48cf6007f0bb12084842b07824 100644 --- a/docs/source/stack/list.md +++ b/docs/source/stack/list.md @@ -42,6 +42,6 @@ $ glab stack list ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/move.md b/docs/source/stack/move.md index 23fcd10ebe4278515c0f45882063512f8de77e4b..e195889cab5854d181f60137a0250e2c715c91fd 100644 --- a/docs/source/stack/move.md +++ b/docs/source/stack/move.md @@ -36,6 +36,6 @@ $ glab stack move ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/next.md b/docs/source/stack/next.md index 4f7238dce95a12220957e1acd18c954cd2c4dd62..89d985603f633f3c8ed95eaad76a855537e56292 100644 --- a/docs/source/stack/next.md +++ b/docs/source/stack/next.md @@ -36,6 +36,6 @@ $ glab stack next ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/prev.md b/docs/source/stack/prev.md index 3755a59c3716771032306e16380408d6a4719d2a..0a8615499035183d3c6509406f4358bd3f318a0a 100644 --- a/docs/source/stack/prev.md +++ b/docs/source/stack/prev.md @@ -36,6 +36,6 @@ $ glab stack prev ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/reorder.md b/docs/source/stack/reorder.md index 57213c7f98b81768a1f98c55fdb25c3a9b352d5d..bf4fa72bc63475b068445c7034dabf6552aae6b0 100644 --- a/docs/source/stack/reorder.md +++ b/docs/source/stack/reorder.md @@ -35,6 +35,6 @@ $ glab stack reorder ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/save.md b/docs/source/stack/save.md index b33ecc1100b58a7a57a22df09f63f4b62fad358b..a4406fcb3fa8cdd42216290d364dbb1e3fec4ab2 100644 --- a/docs/source/stack/save.md +++ b/docs/source/stack/save.md @@ -44,6 +44,6 @@ $ glab stack save -m "added a function" ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/switch.md b/docs/source/stack/switch.md index 3a787f5bf9aca253575315a2e1bdf1fe7e4320c8..4f4b19bd23497962b1bfe4bfd142fe6aee63750a 100644 --- a/docs/source/stack/switch.md +++ b/docs/source/stack/switch.md @@ -36,6 +36,6 @@ $ glab stack switch ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/stack/sync.md b/docs/source/stack/sync.md index 76b34491f069fbe3ec9807cbd81566573aa231d6..ecfdf98d100b630564448c5591cd6ed31b20bcd2 100644 --- a/docs/source/stack/sync.md +++ b/docs/source/stack/sync.md @@ -42,6 +42,6 @@ $ glab stack sync ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/token/_index.md b/docs/source/token/_index.md index 718dd069459570c25267e29494bb29406f1e0102..8fa855a6d2fbd408d42f0424b87154d6be130b79 100644 --- a/docs/source/token/_index.md +++ b/docs/source/token/_index.md @@ -21,7 +21,7 @@ token ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/token/create.md b/docs/source/token/create.md index caa6bd8fe36026a3d7dd8b877f07c997ec8d233a..2a892f677723059512ef107cc107730abcb04640 100644 --- a/docs/source/token/create.md +++ b/docs/source/token/create.md @@ -71,7 +71,7 @@ $ glab token create --user johndoe --scope api johns-personal-token -E, --expires-at DATE Sets the token's expiration date and time, in YYYY-MM-DD format. If not specified, --duration is used. (default 0001-01-01) -g, --group string Create a group access token. Ignored if a user or repository argument is set. -F, --output string Format output as 'text' for the token value, 'json' for the actual API token structure. (default "text") - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. -S, --scope strings Scopes for the token. For a list, see https://docs.gitlab.com/user/profile/personal_access_tokens/#personal-access-token-scopes. (default [read_repository]) -U, --user string Create a personal access token. For the current user, use @me. ``` diff --git a/docs/source/token/list.md b/docs/source/token/list.md index cbe397793383a7eac3efac5be631190f597ed1ec..0fd2a5fb6d449b9010025c49c46d47c587e0bd5b 100644 --- a/docs/source/token/list.md +++ b/docs/source/token/list.md @@ -56,11 +56,11 @@ $ glab token list --user johndoe ## Options ```plaintext - -a, --active List only the active tokens. - -g, --group string List group access tokens. Ignored if a user or repository argument is set. - -F, --output string Format output as: text, json. text provides a readable table, json outputs the tokens with metadata. (default "text") - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. - -U, --user string List personal access tokens. Use @me for the current user. + -a, --active List only the active tokens. + -g, --group string List group access tokens. Ignored if a user or repository argument is set. + -F, --output string Format output as: text, json. text provides a readable table, json outputs the tokens with metadata. (default "text") + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. + -U, --user string List personal access tokens. Use @me for the current user. ``` ## Options inherited from parent commands diff --git a/docs/source/token/revoke.md b/docs/source/token/revoke.md index 42627275f1bea4b5ac31ae87ccae7615e2b6359c..5ed87bf9f3f9e4bb06c543b9c357089c07b5868e 100644 --- a/docs/source/token/revoke.md +++ b/docs/source/token/revoke.md @@ -57,10 +57,10 @@ $ glab token revoke --user johndoe johns-personal-token ## Options ```plaintext - -g, --group string Revoke group access token. Ignored if a user or repository argument is set. - -F, --output string Format output as: text, json. 'text' provides the name and ID of the revoked token; 'json' outputs the token with metadata. (default "text") - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. - -U, --user string Revoke personal access token. Use @me for the current user. + -g, --group string Revoke group access token. Ignored if a user or repository argument is set. + -F, --output string Format output as: text, json. 'text' provides the name and ID of the revoked token; 'json' outputs the token with metadata. (default "text") + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. + -U, --user string Revoke personal access token. Use @me for the current user. ``` ## Options inherited from parent commands diff --git a/docs/source/token/rotate.md b/docs/source/token/rotate.md index 6a491b801ea279e092158a37a7884e106b5dc25d..b90985c2c990c8bba9d8f9592093f5ecef6464e5 100644 --- a/docs/source/token/rotate.md +++ b/docs/source/token/rotate.md @@ -63,7 +63,7 @@ $ glab token rotate --user johndoe johns-personal-token -E, --expires-at DATE Sets the token's expiration date and time, in YYYY-MM-DD format. If not specified, --duration is used. (default 0001-01-01) -g, --group string Rotate group access token. Ignored if a user or repository argument is set. -F, --output string Format output as: text, json. 'text' provides the new token value; 'json' outputs the token with metadata. (default "text") - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. -U, --user string Rotate personal access token. Use @me for the current user. ``` diff --git a/docs/source/variable/_index.md b/docs/source/variable/_index.md index 4b4910be44d04b8e1d3a66f2d7ed27c52c424690..c33b71cab5dc95191a49a946bd2b3f3011cc89d1 100644 --- a/docs/source/variable/_index.md +++ b/docs/source/variable/_index.md @@ -21,7 +21,7 @@ var ## Options ```plaintext - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/variable/delete.md b/docs/source/variable/delete.md index 3d66379bcf91c5126e06b131ad20a6126fa6cf29..5fede48d54fb562c9223ecb410c69461286ff6b4 100644 --- a/docs/source/variable/delete.md +++ b/docs/source/variable/delete.md @@ -41,6 +41,6 @@ $ glab variable delete VARNAME -g mygroup ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/variable/export.md b/docs/source/variable/export.md index f654612901a462bc50b7558bdd2f73d68ee032a5..6aee968691b06afb4e4b803074eb652e027fd4fd 100644 --- a/docs/source/variable/export.md +++ b/docs/source/variable/export.md @@ -35,12 +35,12 @@ $ glab variable export --group gitlab-org --per-page 1000 --page 1 ## Options ```plaintext - -F, --format string Format of output: json, export, env. (default "json") - -g, --group string Select a group or subgroup. Ignored if a repository argument is set. - -p, --page int Page number. (default 1) - -P, --per-page int Number of items to list per page. (default 100) - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. - -s, --scope string The environment_scope of the variables. Values: '*' (default), or specific environments. (default "*") + -F, --format string Format of output: json, export, env. (default "json") + -g, --group string Select a group or subgroup. Ignored if a repository argument is set. + -p, --page int Page number. (default 1) + -P, --per-page int Number of items to list per page. (default 100) + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. + -s, --scope string The environment_scope of the variables. Values: '*' (default), or specific environments. (default "*") ``` ## Options inherited from parent commands diff --git a/docs/source/variable/get.md b/docs/source/variable/get.md index 705334bf73871e5584662196c3f526d89e83a484..2b7c99407651c2a64f00dba12c09c8b3a6f14c26 100644 --- a/docs/source/variable/get.md +++ b/docs/source/variable/get.md @@ -36,6 +36,6 @@ $ glab variable get -s SCOPE VAR_KEY ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/variable/list.md b/docs/source/variable/list.md index 3d1c63aa1e333e713eade6d5b1c9ae6e6d2e902f..77d534d72f31ad493649263c56d679edf3f535c9 100644 --- a/docs/source/variable/list.md +++ b/docs/source/variable/list.md @@ -36,12 +36,12 @@ $ glab variable list --group gitlab-org --per-page 100 ## Options ```plaintext - -g, --group string Select a group or subgroup. Ignored if a repository argument is set. - -i, --instance Display instance variables. - -F, --output string Format output as: text, json. (default "text") - -p, --page int Page number. (default 1) - -P, --per-page int Number of items to list per page. (default 20) - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -g, --group string Select a group or subgroup. Ignored if a repository argument is set. + -i, --instance Display instance variables. + -F, --output string Format output as: text, json. (default "text") + -p, --page int Page number. (default 1) + -P, --per-page int Number of items to list per page. (default 20) + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` ## Options inherited from parent commands diff --git a/docs/source/variable/set.md b/docs/source/variable/set.md index 8cc69426ccc77bcc48105be37fce646fca77f7c4..ca7f7a0ff3e4888982d5f85ae3b9f8fafa2351a4 100644 --- a/docs/source/variable/set.md +++ b/docs/source/variable/set.md @@ -54,6 +54,6 @@ $ cat token.txt | glab variable set GROUP_TOKEN -g mygroup --scope=prod ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/docs/source/variable/update.md b/docs/source/variable/update.md index 15908a297c7dc9caf744ada82c045041472e0b2f..aa32591ae62484abc2a7f6f5bb893c7eacbe3a3a 100644 --- a/docs/source/variable/update.md +++ b/docs/source/variable/update.md @@ -45,6 +45,6 @@ $ cat token.txt | glab variable update GROUP_TOKEN -g mygroup --scope=prod ## Options inherited from parent commands ```plaintext - -h, --help Show help for this command. - -R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL. + -h, --help Show help for this command. + -R, --repo string Select another repository. Can use either or format. Also accepts full URL or Git URL. ``` diff --git a/internal/cmdutils/repo_override.go b/internal/cmdutils/repo_override.go index 495bbdaec8feb49985641707b2401425b8a89a2f..868ead1773baa588bbffd7593c694259e37e1943 100644 --- a/internal/cmdutils/repo_override.go +++ b/internal/cmdutils/repo_override.go @@ -9,7 +9,7 @@ import ( func EnableRepoOverride(cmd *cobra.Command, f Factory) { // if the flag doesn't exist yet, create it if cmd.PersistentFlags().Lookup("repo") == nil { - cmd.PersistentFlags().StringP("repo", "R", "", "Select another repository. Can use either `OWNER/REPO` or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.") + cmd.PersistentFlags().StringP("repo", "R", "", "Select another repository. Can use either or format. Also accepts full URL or Git URL.") } // unhide the flag for this command and its children @@ -34,7 +34,7 @@ func EnableRepoOverride(cmd *cobra.Command, f Factory) { // AddGlobalRepoOverride adds the -R flag globally but keeps it hidden func AddGlobalRepoOverride(cmd *cobra.Command, f Factory) { - cmd.PersistentFlags().StringP("repo", "R", "", "Select another repository. Can use either `OWNER/REPO` or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.") + cmd.PersistentFlags().StringP("repo", "R", "", "Select another repository. Can use either or format. Also accepts full URL or Git URL.") _ = cmd.PersistentFlags().MarkHidden("repo") originalPreRunE := cmd.PersistentPreRunE