From 606ba7dd2bb866c55af0eab1410707f18e0852a5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 15 Aug 2020 03:26:29 +0000 Subject: [PATCH] docs(update): latest --- docs/glab.md | 2 +- docs/glab_check-update.md | 2 +- docs/glab_config.md | 2 +- docs/glab_issue.md | 3 ++- docs/glab_issue_close.md | 2 +- docs/glab_issue_create.md | 20 +++++++++++--------- docs/glab_issue_delete.md | 2 +- docs/glab_issue_list.md | 2 +- docs/glab_issue_note.md | 30 ++++++++++++++++++++++++++++++ docs/glab_issue_reopen.md | 2 +- docs/glab_issue_subscribe.md | 2 +- docs/glab_issue_unsubscribe.md | 2 +- docs/glab_issue_view.md | 2 +- docs/glab_label.md | 2 +- docs/glab_label_create.md | 2 +- docs/glab_label_list.md | 2 +- docs/glab_mr.md | 6 ++++-- docs/glab_mr_approve.md | 2 +- docs/glab_mr_close.md | 2 +- docs/glab_mr_create.md | 3 ++- docs/glab_mr_delete.md | 2 +- docs/glab_mr_issues.md | 2 +- docs/glab_mr_list.md | 2 +- docs/glab_mr_merge.md | 2 +- docs/glab_mr_note.md | 30 ++++++++++++++++++++++++++++++ docs/glab_mr_rebase.md | 29 +++++++++++++++++++++++++++++ docs/glab_mr_reopen.md | 2 +- docs/glab_mr_revoke.md | 2 +- docs/glab_mr_subscribe.md | 2 +- docs/glab_mr_unsubscribe.md | 2 +- docs/glab_mr_update.md | 2 +- docs/glab_mr_view.md | 32 ++++++++++++++++++++++++++++++++ docs/glab_pipeline.md | 2 +- docs/glab_pipeline_ci.md | 2 +- docs/glab_pipeline_ci_lint.md | 2 +- docs/glab_pipeline_ci_trace.md | 2 +- docs/glab_pipeline_ci_view.md | 2 +- docs/glab_pipeline_delete.md | 2 +- docs/glab_pipeline_list.md | 2 +- docs/glab_pipeline_status.md | 2 +- docs/glab_repo.md | 2 +- docs/glab_repo_archive.md | 2 +- docs/glab_repo_clone.md | 2 +- docs/glab_repo_contributors.md | 2 +- docs/glab_version.md | 2 +- docs/index.md | 2 +- 46 files changed, 178 insertions(+), 51 deletions(-) create mode 100644 docs/glab_issue_note.md create mode 100644 docs/glab_mr_note.md create mode 100644 docs/glab_mr_rebase.md create mode 100644 docs/glab_mr_view.md diff --git a/docs/glab.md b/docs/glab.md index e0159747..2622b756 100644 --- a/docs/glab.md +++ b/docs/glab.md @@ -36,4 +36,4 @@ $ glab pipeline list * [glab repo](glab_repo.md) - Work with GitLab repositories * [glab version](glab_version.md) - show glab version information -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_check-update.md b/docs/glab_check-update.md index e9370138..d1a9aa2d 100644 --- a/docs/glab_check-update.md +++ b/docs/glab_check-update.md @@ -20,4 +20,4 @@ glab check-update [flags] * [glab](glab.md) - A GitLab CLI Tool -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_config.md b/docs/glab_config.md index 4949999c..c7053acf 100644 --- a/docs/glab_config.md +++ b/docs/glab_config.md @@ -24,4 +24,4 @@ glab config [flags] * [glab](glab.md) - A GitLab CLI Tool -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_issue.md b/docs/glab_issue.md index 66b9e1bb..e54f4a3d 100644 --- a/docs/glab_issue.md +++ b/docs/glab_issue.md @@ -24,9 +24,10 @@ glab issue [command] [flags] * [glab issue create](glab_issue_create.md) - Create an issue * [glab issue delete](glab_issue_delete.md) - Delete an issue * [glab issue list](glab_issue_list.md) - List project issues +* [glab issue note](glab_issue_note.md) - Add a comment or note to an issue on Gitlab * [glab issue reopen](glab_issue_reopen.md) - Reopen a closed issue * [glab issue subscribe](glab_issue_subscribe.md) - Subscribe to an issue * [glab issue unsubscribe](glab_issue_unsubscribe.md) - Unsubscribe to an issue * [glab issue view](glab_issue_view.md) - Display the title, body, and other information about an issue. -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_issue_close.md b/docs/glab_issue_close.md index cd300fbc..946be884 100644 --- a/docs/glab_issue_close.md +++ b/docs/glab_issue_close.md @@ -26,4 +26,4 @@ glab issue close [flags] * [glab issue](glab_issue.md) - Create, view and manage remote issues -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_issue_create.md b/docs/glab_issue_create.md index ee7cc13e..416a0898 100644 --- a/docs/glab_issue_create.md +++ b/docs/glab_issue_create.md @@ -13,14 +13,16 @@ glab issue create [flags] ### Options ``` - --allow-collaboration Allow collaboration - -a, --assignee string Assign issue to people by their ID. Multiple values should be comma separated - -d, --description string Supply a description for issue - -h, --help help for create - -l, --label string Add label by name. Multiple labels should be comma separated - -m, --milestone string add milestone by for issue - --remove-source-branch Remove Source Branch after merge - -t, --title string Supply a title for issue + -a, --assignee string Assign issue to people by their ID. Multiple values should be comma separated + -c, --confidential Set an issue to be confidential. Default is false + -d, --description string Supply a description for issue + -h, --help help for create + -l, --label string Add label by name. Multiple labels should be comma separated + --linked-mr int The IID of a merge request in which to resolve all issues (default -1) + -m, --milestone int The global ID of a milestone to assign issue (default -1) + --no-editor Don't open editor to enter description. If set to true, uses prompt. Default is false + -t, --title string Supply a title for issue + -w, --weight int The weight of the issue. Valid values are greater than or equal to 0. (default -1) ``` ### Options inherited from parent commands @@ -33,4 +35,4 @@ glab issue create [flags] * [glab issue](glab_issue.md) - Create, view and manage remote issues -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_issue_delete.md b/docs/glab_issue_delete.md index 1b783542..74df473e 100644 --- a/docs/glab_issue_delete.md +++ b/docs/glab_issue_delete.md @@ -26,4 +26,4 @@ glab issue delete [flags] * [glab issue](glab_issue.md) - Create, view and manage remote issues -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_issue_list.md b/docs/glab_issue_list.md index 72c0782f..c15117a3 100644 --- a/docs/glab_issue_list.md +++ b/docs/glab_issue_list.md @@ -32,4 +32,4 @@ glab issue list [flags] * [glab issue](glab_issue.md) - Create, view and manage remote issues -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_issue_note.md b/docs/glab_issue_note.md new file mode 100644 index 00000000..760add8e --- /dev/null +++ b/docs/glab_issue_note.md @@ -0,0 +1,30 @@ +## glab issue note + +Add a comment or note to an issue on Gitlab + +### Synopsis + +Add a comment or note to an issue on Gitlab + +``` +glab issue note [flags] +``` + +### Options + +``` + -h, --help help for note + -m, --message string Comment/Note message +``` + +### Options inherited from parent commands + +``` + -R, --repo string Select another repository using the OWNER/REPO format or the project ID. Supports group namespaces +``` + +### SEE ALSO + +* [glab issue](glab_issue.md) - Create, view and manage remote issues + +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_issue_reopen.md b/docs/glab_issue_reopen.md index d2ed5451..83375bd4 100644 --- a/docs/glab_issue_reopen.md +++ b/docs/glab_issue_reopen.md @@ -26,4 +26,4 @@ glab issue reopen [flags] * [glab issue](glab_issue.md) - Create, view and manage remote issues -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_issue_subscribe.md b/docs/glab_issue_subscribe.md index adc533c0..80c1d70d 100644 --- a/docs/glab_issue_subscribe.md +++ b/docs/glab_issue_subscribe.md @@ -26,4 +26,4 @@ glab issue subscribe [flags] * [glab issue](glab_issue.md) - Create, view and manage remote issues -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_issue_unsubscribe.md b/docs/glab_issue_unsubscribe.md index 360dfdbb..df10cdde 100644 --- a/docs/glab_issue_unsubscribe.md +++ b/docs/glab_issue_unsubscribe.md @@ -26,4 +26,4 @@ glab issue unsubscribe [flags] * [glab issue](glab_issue.md) - Create, view and manage remote issues -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_issue_view.md b/docs/glab_issue_view.md index 04f57130..b7dedf73 100644 --- a/docs/glab_issue_view.md +++ b/docs/glab_issue_view.md @@ -28,4 +28,4 @@ glab issue view [flags] * [glab issue](glab_issue.md) - Create, view and manage remote issues -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_label.md b/docs/glab_label.md index 429dc544..e279f3e4 100644 --- a/docs/glab_label.md +++ b/docs/glab_label.md @@ -23,4 +23,4 @@ glab label [flags] * [glab label create](glab_label_create.md) - Create labels for repository/project * [glab label list](glab_label_list.md) - List labels in repository -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_label_create.md b/docs/glab_label_create.md index 92071063..c39d9bd9 100644 --- a/docs/glab_label_create.md +++ b/docs/glab_label_create.md @@ -29,4 +29,4 @@ glab label create [flags] * [glab label](glab_label.md) - Manage labels on remote -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_label_list.md b/docs/glab_label_list.md index e2fcb99c..a5ef18ff 100644 --- a/docs/glab_label_list.md +++ b/docs/glab_label_list.md @@ -26,4 +26,4 @@ glab label list [flags] * [glab label](glab_label.md) - Manage labels on remote -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr.md b/docs/glab_mr.md index 865b0261..fdb839e6 100644 --- a/docs/glab_mr.md +++ b/docs/glab_mr.md @@ -21,17 +21,19 @@ glab mr [flags] * [glab](glab.md) - A GitLab CLI Tool * [glab mr approve](glab_mr_approve.md) - Approve merge requests -* [glab mr browse](glab_mr_browse.md) - View merge request in a browser * [glab mr close](glab_mr_close.md) - Close merge requests * [glab mr create](glab_mr_create.md) - Create new merge request * [glab mr delete](glab_mr_delete.md) - Delete merge requests * [glab mr issues](glab_mr_issues.md) - Get issues related to a particular merge request. * [glab mr list](glab_mr_list.md) - List merge requests * [glab mr merge](glab_mr_merge.md) - Merge/Accept merge requests +* [glab mr note](glab_mr_note.md) - Add a comment or note to merge request +* [glab mr rebase](glab_mr_rebase.md) - Automatically rebase the source_branch of the merge request against its target_branch. * [glab mr reopen](glab_mr_reopen.md) - Reopen merge requests * [glab mr revoke](glab_mr_revoke.md) - Revoke approval on a merge request * [glab mr subscribe](glab_mr_subscribe.md) - Subscribe to merge requests * [glab mr unsubscribe](glab_mr_unsubscribe.md) - Unsubscribe to merge requests * [glab mr update](glab_mr_update.md) - Update merge requests +* [glab mr view](glab_mr_view.md) - Display the title, body, and other information about a merge request. -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_approve.md b/docs/glab_mr_approve.md index a2c4004c..ece0ba54 100644 --- a/docs/glab_mr_approve.md +++ b/docs/glab_mr_approve.md @@ -27,4 +27,4 @@ glab mr approve [flags] * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_close.md b/docs/glab_mr_close.md index bf0a21f7..c9b447d6 100644 --- a/docs/glab_mr_close.md +++ b/docs/glab_mr_close.md @@ -26,4 +26,4 @@ glab mr close [flags] * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_create.md b/docs/glab_mr_create.md index c797365c..ba307a4b 100644 --- a/docs/glab_mr_create.md +++ b/docs/glab_mr_create.md @@ -20,6 +20,7 @@ glab mr create [flags] -h, --help help for create -l, --label string Add label by name. Multiple labels should be comma separated -m, --milestone int add milestone by for merge request (default -1) + --no-editor Don't open editor to enter description. If set to true, uses prompt. Default is false --remove-source-branch Remove Source Branch on merge -s, --source-branch string Source Branch for merge request -g, --target-branch string Target Branch for merge request @@ -37,4 +38,4 @@ glab mr create [flags] * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_delete.md b/docs/glab_mr_delete.md index 51faefba..021f0ec0 100644 --- a/docs/glab_mr_delete.md +++ b/docs/glab_mr_delete.md @@ -32,4 +32,4 @@ $ glab delete 123 * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_issues.md b/docs/glab_mr_issues.md index f560a449..94f59378 100644 --- a/docs/glab_mr_issues.md +++ b/docs/glab_mr_issues.md @@ -32,4 +32,4 @@ $ glab mr issues 46 * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_list.md b/docs/glab_mr_list.md index 9571829d..b697bc0b 100644 --- a/docs/glab_mr_list.md +++ b/docs/glab_mr_list.md @@ -32,4 +32,4 @@ glab mr list [flags] * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_merge.md b/docs/glab_mr_merge.md index 1f344266..6041910d 100644 --- a/docs/glab_mr_merge.md +++ b/docs/glab_mr_merge.md @@ -32,4 +32,4 @@ glab mr merge [flags] * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_note.md b/docs/glab_mr_note.md new file mode 100644 index 00000000..47f6c0df --- /dev/null +++ b/docs/glab_mr_note.md @@ -0,0 +1,30 @@ +## glab mr note + +Add a comment or note to merge request + +### Synopsis + +Add a comment or note to merge request + +``` +glab mr note [flags] +``` + +### Options + +``` + -h, --help help for note + -m, --message string Comment/Note message +``` + +### Options inherited from parent commands + +``` + -R, --repo string Select another repository using the OWNER/REPO format or the project ID. Supports group namespaces +``` + +### SEE ALSO + +* [glab mr](glab_mr.md) - Create, view and manage merge requests + +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_rebase.md b/docs/glab_mr_rebase.md new file mode 100644 index 00000000..1096cd53 --- /dev/null +++ b/docs/glab_mr_rebase.md @@ -0,0 +1,29 @@ +## glab mr rebase + +Automatically rebase the source_branch of the merge request against its target_branch. + +### Synopsis + +If you don’t have permissions to push to the merge request’s source branch - you’ll get a 403 Forbidden response. + +``` +glab mr rebase [flags] +``` + +### Options + +``` + -h, --help help for rebase +``` + +### Options inherited from parent commands + +``` + -R, --repo string Select another repository using the OWNER/REPO format or the project ID. Supports group namespaces +``` + +### SEE ALSO + +* [glab mr](glab_mr.md) - Create, view and manage merge requests + +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_reopen.md b/docs/glab_mr_reopen.md index 843fd6ff..94c1eb28 100644 --- a/docs/glab_mr_reopen.md +++ b/docs/glab_mr_reopen.md @@ -26,4 +26,4 @@ glab mr reopen [flags] * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_revoke.md b/docs/glab_mr_revoke.md index e83c5cd6..c24d2182 100644 --- a/docs/glab_mr_revoke.md +++ b/docs/glab_mr_revoke.md @@ -26,4 +26,4 @@ glab mr revoke [flags] * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_subscribe.md b/docs/glab_mr_subscribe.md index 0cc57012..5ab04232 100644 --- a/docs/glab_mr_subscribe.md +++ b/docs/glab_mr_subscribe.md @@ -26,4 +26,4 @@ glab mr subscribe [flags] * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_unsubscribe.md b/docs/glab_mr_unsubscribe.md index 6f7ebdac..0256fa74 100644 --- a/docs/glab_mr_unsubscribe.md +++ b/docs/glab_mr_unsubscribe.md @@ -26,4 +26,4 @@ glab mr unsubscribe [flags] * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_update.md b/docs/glab_mr_update.md index 612a6bc4..abda6cbf 100644 --- a/docs/glab_mr_update.md +++ b/docs/glab_mr_update.md @@ -29,4 +29,4 @@ glab mr update [flags] * [glab mr](glab_mr.md) - Create, view and manage merge requests -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_mr_view.md b/docs/glab_mr_view.md new file mode 100644 index 00000000..7c3b537c --- /dev/null +++ b/docs/glab_mr_view.md @@ -0,0 +1,32 @@ +## glab mr view + +Display the title, body, and other information about a merge request. + +### Synopsis + +Display the title, body, and other information about a merge request. + +``` +glab mr view [flags] +``` + +### Options + +``` + -c, --comments Show mr comments and activities + -h, --help help for view + -s, --system-logs Show system activities / logs + -w, --web Open mr in a browser. Uses default browser or browser specified in BROWSER variable +``` + +### Options inherited from parent commands + +``` + -R, --repo string Select another repository using the OWNER/REPO format or the project ID. Supports group namespaces +``` + +### SEE ALSO + +* [glab mr](glab_mr.md) - Create, view and manage merge requests + +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_pipeline.md b/docs/glab_pipeline.md index 413f6289..cbab1b59 100644 --- a/docs/glab_pipeline.md +++ b/docs/glab_pipeline.md @@ -25,4 +25,4 @@ glab pipeline [flags] * [glab pipeline list](glab_pipeline_list.md) - Get the list of pipelines * [glab pipeline status](glab_pipeline_status.md) - View a running pipeline on current or other branch specified -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_pipeline_ci.md b/docs/glab_pipeline_ci.md index 69bd929d..f1e4dc1c 100644 --- a/docs/glab_pipeline_ci.md +++ b/docs/glab_pipeline_ci.md @@ -36,4 +36,4 @@ $ glab pipeline ci trace * [glab pipeline ci trace](glab_pipeline_ci_trace.md) - Work with GitLab CI pipelines and jobs * [glab pipeline ci view](glab_pipeline_ci_view.md) - View, run, trace, and cancel CI jobs current pipeline -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_pipeline_ci_lint.md b/docs/glab_pipeline_ci_lint.md index 21b70ecf..14d74c1e 100644 --- a/docs/glab_pipeline_ci_lint.md +++ b/docs/glab_pipeline_ci_lint.md @@ -35,4 +35,4 @@ $ glab pipeline ci lint path/to/.gitlab-ci.yml * [glab pipeline ci](glab_pipeline_ci.md) - Work with GitLab CI pipelines and jobs -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_pipeline_ci_trace.md b/docs/glab_pipeline_ci_trace.md index e526fab2..b828f9a3 100644 --- a/docs/glab_pipeline_ci_trace.md +++ b/docs/glab_pipeline_ci_trace.md @@ -34,4 +34,4 @@ $ glab pipeline ci trace * [glab pipeline ci](glab_pipeline_ci.md) - Work with GitLab CI pipelines and jobs -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_pipeline_ci_view.md b/docs/glab_pipeline_ci_view.md index 32a0d844..fcc5b0da 100644 --- a/docs/glab_pipeline_ci_view.md +++ b/docs/glab_pipeline_ci_view.md @@ -33,4 +33,4 @@ glab pipeline ci view [remote [branch/tag]] [flags] * [glab pipeline ci](glab_pipeline_ci.md) - Work with GitLab CI pipelines and jobs -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_pipeline_delete.md b/docs/glab_pipeline_delete.md index 5a74a348..7ed1737b 100644 --- a/docs/glab_pipeline_delete.md +++ b/docs/glab_pipeline_delete.md @@ -35,4 +35,4 @@ $ glab pipeline delete 12,34,2 * [glab pipeline](glab_pipeline.md) - Manage pipelines -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_pipeline_list.md b/docs/glab_pipeline_list.md index 2d27a8b4..492574a0 100644 --- a/docs/glab_pipeline_list.md +++ b/docs/glab_pipeline_list.md @@ -37,4 +37,4 @@ $ glab pipeline list --state=failed * [glab pipeline](glab_pipeline.md) - Manage pipelines -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_pipeline_status.md b/docs/glab_pipeline_status.md index 27f3a2f8..8a6fccde 100644 --- a/docs/glab_pipeline_status.md +++ b/docs/glab_pipeline_status.md @@ -37,4 +37,4 @@ $ glab pipe status // Get pipeline for current branch * [glab pipeline](glab_pipeline.md) - Manage pipelines -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_repo.md b/docs/glab_repo.md index d417c1e5..a42f0269 100644 --- a/docs/glab_repo.md +++ b/docs/glab_repo.md @@ -23,4 +23,4 @@ glab repo [flags] * [glab repo clone](glab_repo_clone.md) - Clone or download a repository/project * [glab repo contributors](glab_repo_contributors.md) - Get contributors of the repository. -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_repo_archive.md b/docs/glab_repo_archive.md index ea27da6c..e214d8b6 100644 --- a/docs/glab_repo_archive.md +++ b/docs/glab_repo_archive.md @@ -36,4 +36,4 @@ $ glab repo clone profclems/glab --format=zip // Finds repo for current user a * [glab repo](glab_repo.md) - Work with GitLab repositories -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_repo_clone.md b/docs/glab_repo_clone.md index d64a0f68..ab7638eb 100644 --- a/docs/glab_repo_clone.md +++ b/docs/glab_repo_clone.md @@ -35,4 +35,4 @@ $ glab repo clone glab --format=zip // Finds repo for current user and downloa * [glab repo](glab_repo.md) - Work with GitLab repositories -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_repo_contributors.md b/docs/glab_repo_contributors.md index 13e4de58..94de1c3a 100644 --- a/docs/glab_repo_contributors.md +++ b/docs/glab_repo_contributors.md @@ -34,4 +34,4 @@ $ glab repo archive // Downloads zip file of current repository * [glab repo](glab_repo.md) - Work with GitLab repositories -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/glab_version.md b/docs/glab_version.md index d608f383..ac8654ba 100644 --- a/docs/glab_version.md +++ b/docs/glab_version.md @@ -20,4 +20,4 @@ glab version [flags] * [glab](glab.md) - A GitLab CLI Tool -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020 diff --git a/docs/index.md b/docs/index.md index e0159747..2622b756 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,4 +36,4 @@ $ glab pipeline list * [glab repo](glab_repo.md) - Work with GitLab repositories * [glab version](glab_version.md) - show glab version information -###### Auto generated by spf13/cobra on 14-Aug-2020 +###### Auto generated by spf13/cobra on 15-Aug-2020