Skip to content

Commit

Permalink
(docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Mar 15, 2021
1 parent 8c8e502 commit 52a9daf
Show file tree
Hide file tree
Showing 63 changed files with 212 additions and 112 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## lab

A Git Wrapper for GitLab
lab: A GitLab Command Line Interface Utility

```
lab [flags]
Expand Down Expand Up @@ -29,4 +29,4 @@ lab [flags]
* [lab snippet](lab_snippet.md) - Create a personal or project snippet
* [lab version](lab_version.md) -

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
4 changes: 2 additions & 2 deletions docs/lab_ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Work with GitLab CI pipelines and jobs

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab
* [lab](index.md) - lab: A GitLab Command Line Interface Utility
* [lab ci artifacts](lab_ci_artifacts.md) - Download artifacts of a ci job
* [lab ci create](lab_ci_create.md) - Create a CI pipeline
* [lab ci lint](lab_ci_lint.md) - Validate .gitlab-ci.yml against GitLab
Expand All @@ -26,4 +26,4 @@ Work with GitLab CI pipelines and jobs
* [lab ci trigger](lab_ci_trigger.md) - Trigger a CI pipeline
* [lab ci view](lab_ci_view.md) - View, run, trace, and/or cancel CI jobs current pipeline

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_ci_artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lab ci artifacts [remote [[branch:]job]] [flags]

* [lab ci](lab_ci.md) - Work with GitLab CI pipelines and jobs

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_ci_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ lab ci create -p engineering/integration_tests master

* [lab ci](lab_ci.md) - Work with GitLab CI pipelines and jobs

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_ci_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ lab ci lint [flags]

* [lab ci](lab_ci.md) - Work with GitLab CI pipelines and jobs

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_ci_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ lab ci status --wait

* [lab ci](lab_ci.md) - Work with GitLab CI pipelines and jobs

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_ci_trace.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ lab ci trace [remote [[branch:]job]] [flags]

* [lab ci](lab_ci.md) - Work with GitLab CI pipelines and jobs

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_ci_trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ lab ci trigger -p engineering/integration_tests -v foo=bar master

* [lab ci](lab_ci.md) - Work with GitLab CI pipelines and jobs

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_ci_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ lab ci view [remote [branch/tag]] [flags]

* [lab ci](lab_ci.md) - Work with GitLab CI pipelines and jobs

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
4 changes: 2 additions & 2 deletions docs/lab_clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ lab clone [flags]

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab
* [lab](index.md) - lab: A GitLab Command Line Interface Utility

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
4 changes: 2 additions & 2 deletions docs/lab_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ lab completion [shell] [flags]

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab
* [lab](index.md) - lab: A GitLab Command Line Interface Utility

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
19 changes: 10 additions & 9 deletions docs/lab_fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ lab fork [remote|upstream-to-fork] [flags]
### Options

```
-g, --group string fork project in a different group (namespace)
-h, --help help for fork
--http fork using HTTP protocol instead of SSH
-n, --name string fork project with a different name
--no-wait don't wait for forking operation to finish
-p, --path string fork project with a different path
-s, --skip-clone skip clone after remote fork
-g, --group string fork project in a different group (namespace)
-h, --help help for fork
--http fork using HTTP protocol instead of SSH
-n, --name string fork project with a different name
--no-wait don't wait for forking operation to finish
-p, --path string fork project with a different path
-r, --remote-name string use a custom remote name for the fork
-s, --skip-clone skip clone after remote fork
```

### Options inherited from parent commands
Expand All @@ -26,6 +27,6 @@ lab fork [remote|upstream-to-fork] [flags]

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab
* [lab](index.md) - lab: A GitLab Command Line Interface Utility

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
11 changes: 5 additions & 6 deletions docs/lab_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ lab issue [flags]
### Options

```
-b, --browse view issue <id> in a browser
-d, --close string close issue <id> on remote
-h, --help help for issue
-l, --list list issues on a remote
-h, --help help for issue
```

### Options inherited from parent commands
Expand All @@ -23,7 +20,7 @@ lab issue [flags]

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab
* [lab](index.md) - lab: A GitLab Command Line Interface Utility
* [lab issue browse](lab_issue_browse.md) - View issue in a browser
* [lab issue close](lab_issue_close.md) - Close issue by id
* [lab issue create](lab_issue_create.md) - Open an issue on GitLab
Expand All @@ -33,5 +30,7 @@ lab issue [flags]
* [lab issue note](lab_issue_note.md) - Add a note or comment to an issue on GitLab
* [lab issue reopen](lab_issue_reopen.md) - Reopen a closed issue
* [lab issue show](lab_issue_show.md) - Describe an issue
* [lab issue subscribe](lab_issue_subscribe.md) - Subscribe to issue
* [lab issue unsubscribe](lab_issue_unsubscribe.md) - Unubscribe from issue

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_issue_browse.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ lab issue browse [remote] <id> [flags]

* [lab issue](lab_issue.md) - Describe, list, and create issues

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_issue_close.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ lab issue close --duplicate other-project#123 1234

* [lab issue](lab_issue.md) - Describe, list, and create issues

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_issue_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ lab issue create [remote] [flags]

* [lab issue](lab_issue.md) - Describe, list, and create issues

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_issue_edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ lab issue edit <id>:<comment_id> # update a comment on MR

* [lab issue](lab_issue.md) - Describe, list, and create issues

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
6 changes: 4 additions & 2 deletions docs/lab_issue_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ lab issue list remote "search terms" # search "remote" for issues with "search

```
-a, --all list all issues on the project
--assignee string filter issues by assignee
--author string filter issues by author
-x, --exact-match match on the exact (case-insensitive) search terms
-h, --help help for list
-l, --label strings filter issues by label
--milestone string filter issues by milestone
-n, --number int number of issues to return (default 10)
-n, --number string number of issues to return (default "10")
-s, --state string filter issues by state (all/opened/closed) (default "opened")
```

Expand All @@ -37,4 +39,4 @@ lab issue list remote "search terms" # search "remote" for issues with "search

* [lab issue](lab_issue.md) - Describe, list, and create issues

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_issue_move.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ lab issue move 5 zaquestion/test/ # FQDN must match

* [lab issue](lab_issue.md) - Describe, list, and create issues

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_issue_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ lab issue note [remote] <id>[:<comment_id>] [flags]

* [lab issue](lab_issue.md) - Describe, list, and create issues

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_issue_reopen.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ lab issue reopen [remote] <id> [flags]

* [lab issue](lab_issue.md) - Describe, list, and create issues

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_issue_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ lab issue show [remote] <id> [flags]

* [lab issue](lab_issue.md) - Describe, list, and create issues

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
25 changes: 25 additions & 0 deletions docs/lab_issue_subscribe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## lab issue subscribe

Subscribe to issue

```
lab issue subscribe [remote] <id> [flags]
```

### Options

```
-h, --help help for subscribe
```

### Options inherited from parent commands

```
--no-pager Do not pipe output into a pager
```

### SEE ALSO

* [lab issue](lab_issue.md) - Describe, list, and create issues

###### Auto generated by spf13/cobra on 15-Mar-2021
25 changes: 25 additions & 0 deletions docs/lab_issue_unsubscribe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## lab issue unsubscribe

Unubscribe from issue

```
lab issue unsubscribe [remote] <id> [flags]
```

### Options

```
-h, --help help for unsubscribe
```

### Options inherited from parent commands

```
--no-pager Do not pipe output into a pager
```

### SEE ALSO

* [lab issue](lab_issue.md) - Describe, list, and create issues

###### Auto generated by spf13/cobra on 15-Mar-2021
4 changes: 2 additions & 2 deletions docs/lab_label.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ lab label [flags]

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab
* [lab](index.md) - lab: A GitLab Command Line Interface Utility
* [lab label create](lab_label_create.md) - Create a new label
* [lab label delete](lab_label_delete.md) - Deletes an existing label
* [lab label list](lab_label_list.md) - List labels

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_label_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ lab label create --color #6495ed --description "Also blue as a cornflower" blue2

* [lab label](lab_label.md) - List and search labels

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_label_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ lab label delete [remote] <name> [flags]

* [lab label](lab_label.md) - List and search labels

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_label_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ lab label list remote "search term" # search "remote" for labels with "search t

* [lab label](lab_label.md) - List and search labels

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
4 changes: 2 additions & 2 deletions docs/lab_merge-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ lab merge-request [remote [branch]] [flags]

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab
* [lab](index.md) - lab: A GitLab Command Line Interface Utility

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
4 changes: 2 additions & 2 deletions docs/lab_milestone.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ lab milestone [flags]

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab
* [lab](index.md) - lab: A GitLab Command Line Interface Utility
* [lab milestone create](lab_milestone_create.md) - Create a new milestone
* [lab milestone delete](lab_milestone_delete.md) - Deletes an existing milestone
* [lab milestone list](lab_milestone_list.md) - List milestones

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_milestone_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ lab milestone create my-milestone

* [lab milestone](lab_milestone.md) - List and search milestones

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_milestone_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ lab milestone delete [remote] <name> [flags]

* [lab milestone](lab_milestone.md) - List and search milestones

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_milestone_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ lab milestone list remote "search term" # search "remote" for milestones with "

* [lab milestone](lab_milestone.md) - List and search milestones

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
11 changes: 5 additions & 6 deletions docs/lab_mr.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ lab mr [flags]
### Options

```
-b, --browse view merge request <id> in a browser
-d, --close string close merge request <id> on remote
-h, --help help for mr
-l, --list list merge requests on a remote
-h, --help help for mr
```

### Options inherited from parent commands
Expand All @@ -23,7 +20,7 @@ lab mr [flags]

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab
* [lab](index.md) - lab: A GitLab Command Line Interface Utility
* [lab mr approve](lab_mr_approve.md) - Approve merge request
* [lab mr browse](lab_mr_browse.md) - View merge request in a browser
* [lab mr checkout](lab_mr_checkout.md) - Checkout an open merge request
Expand All @@ -37,7 +34,9 @@ lab mr [flags]
* [lab mr rebase](lab_mr_rebase.md) - Rebase an open merge request
* [lab mr reopen](lab_mr_reopen.md) - Reopen a closed merge request
* [lab mr show](lab_mr_show.md) - Describe a merge request
* [lab mr subscribe](lab_mr_subscribe.md) - Subscribe to merge request
* [lab mr thumb](lab_mr_thumb.md) - Thumb operations on merge requests
* [lab mr unapprove](lab_mr_unapprove.md) - Unapprove merge request
* [lab mr unsubscribe](lab_mr_unsubscribe.md) - Unubscribe from merge request

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_mr_approve.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ lab mr approve [remote] <id> [flags]

* [lab mr](lab_mr.md) - Describe, list, and create merge requests

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_mr_browse.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ lab mr browse [remote] <id> [flags]

* [lab mr](lab_mr.md) - Describe, list, and create merge requests

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_mr_checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ lab mr checkout [remote] <id> [flags]

* [lab mr](lab_mr.md) - Describe, list, and create merge requests

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
2 changes: 1 addition & 1 deletion docs/lab_mr_close.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ lab mr close [remote] <id> [flags]

* [lab mr](lab_mr.md) - Describe, list, and create merge requests

###### Auto generated by spf13/cobra on 23-Feb-2021
###### Auto generated by spf13/cobra on 15-Mar-2021
Loading

0 comments on commit 52a9daf

Please sign in to comment.