Skip to content

Commit

Permalink
(docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Feb 23, 2021
1 parent bc7d5a4 commit fac8ea2
Show file tree
Hide file tree
Showing 60 changed files with 407 additions and 70 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lab will look for hub and uses that as your git binary when available so you don
$ lab version
git version 2.11.0
hub version 2.3.0-pre9
lab version 0.19.0
lab version 0.20.0
```

# Inspiration
Expand Down
7 changes: 4 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ lab [flags]
### Options

```
-h, --help help for lab
--version Show the lab version
-h, --help help for lab
--no-pager Do not pipe output into a pager
--version Show the lab version
```

### SEE ALSO
Expand All @@ -28,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 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
11 changes: 9 additions & 2 deletions docs/lab_ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ Work with GitLab CI pipelines and jobs
### Options

```
-h, --help help for ci
--follow Follow downstream pipelines in a multi-projects setup
-h, --help help for ci
```

### Options inherited from parent commands

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

### SEE ALSO
Expand All @@ -19,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 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
9 changes: 8 additions & 1 deletion docs/lab_ci_artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@ lab ci artifacts [remote [[branch:]job]] [flags]
--merge-request use merge request pipeline if enabled
```

### Options inherited from parent commands

```
--follow Follow downstream pipelines in a multi-projects setup
--no-pager Do not pipe output into a pager
```

### SEE ALSO

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

###### Auto generated by spf13/cobra on 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
9 changes: 8 additions & 1 deletion docs/lab_ci_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,15 @@ lab ci create -p engineering/integration_tests master
-p, --project string project to create pipeline on
```

### Options inherited from parent commands

```
--follow Follow downstream pipelines in a multi-projects setup
--no-pager Do not pipe output into a pager
```

### SEE ALSO

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

###### Auto generated by spf13/cobra on 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
9 changes: 8 additions & 1 deletion docs/lab_ci_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@ lab ci lint [flags]
-h, --help help for lint
```

### Options inherited from parent commands

```
--follow Follow downstream pipelines in a multi-projects setup
--no-pager Do not pipe output into a pager
```

### SEE ALSO

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

###### Auto generated by spf13/cobra on 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
9 changes: 8 additions & 1 deletion docs/lab_ci_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,15 @@ lab ci status --wait
--wait continuously print the status and wait to exit until the pipeline finishes. Exit code indicates pipeline status
```

### Options inherited from parent commands

```
--follow Follow downstream pipelines in a multi-projects setup
--no-pager Do not pipe output into a pager
```

### SEE ALSO

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

###### Auto generated by spf13/cobra on 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
9 changes: 8 additions & 1 deletion docs/lab_ci_trace.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,15 @@ lab ci trace [remote [[branch:]job]] [flags]
--merge-request use merge request pipeline if enabled
```

### Options inherited from parent commands

```
--follow Follow downstream pipelines in a multi-projects setup
--no-pager Do not pipe output into a pager
```

### SEE ALSO

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

###### Auto generated by spf13/cobra on 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
9 changes: 8 additions & 1 deletion docs/lab_ci_trigger.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,15 @@ lab ci trigger -p engineering/integration_tests -v foo=bar master
-v, --variable strings variables to pass to pipeline
```

### Options inherited from parent commands

```
--follow Follow downstream pipelines in a multi-projects setup
--no-pager Do not pipe output into a pager
```

### SEE ALSO

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

###### Auto generated by spf13/cobra on 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
11 changes: 9 additions & 2 deletions docs/lab_ci_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Supports viewing, running, tracing, and canceling jobs

Supports vi style (hjkl,Gg) bindings and arrow keys for navigating jobs and logs.

Feedback Encouraged!: <https://github.com/zaquestion/lab/issues>
Feedback Encouraged!: https://github.com/zaquestion/lab/issues

```
lab ci view [remote [branch/tag]] [flags]
Expand All @@ -26,8 +26,15 @@ lab ci view [remote [branch/tag]] [flags]
--merge-request use merge request pipeline if enabled
```

### Options inherited from parent commands

```
--follow Follow downstream pipelines in a multi-projects setup
--no-pager Do not pipe output into a pager
```

### SEE ALSO

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

###### Auto generated by spf13/cobra on 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_clone.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,14 @@ lab clone [flags]
--http clone using HTTP protocol instead of SSH
```

### Options inherited from parent commands

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

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab

###### Auto generated by spf13/cobra on 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@ lab completion [shell] [flags]
-h, --help help for completion
```

### Options inherited from parent commands

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

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab

###### Auto generated by spf13/cobra on 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ lab fork [remote|upstream-to-fork] [flags]
-s, --skip-clone skip clone after remote fork
```

### Options inherited from parent commands

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

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab

###### Auto generated by spf13/cobra on 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ lab issue [flags]
-l, --list list issues on a remote
```

### Options inherited from parent commands

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

### SEE ALSO

* [lab](index.md) - A Git Wrapper for GitLab
Expand All @@ -28,4 +34,4 @@ lab issue [flags]
* [lab issue reopen](lab_issue_reopen.md) - Reopen a closed issue
* [lab issue show](lab_issue_show.md) - Describe an issue

###### Auto generated by spf13/cobra on 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_issue_browse.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ lab issue browse [remote] <id> [flags]
-h, --help help for browse
```

### 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 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_issue_close.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ lab issue close --duplicate other-project#123 1234
-h, --help help for close
```

### 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 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_issue_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ lab issue create [remote] [flags]
-t, --template string use the given issue template (default "default")
```

### 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 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_issue_edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,14 @@ lab issue edit <id>:<comment_id> # update a comment on MR
-h, --help help for edit
```

### 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 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
10 changes: 8 additions & 2 deletions docs/lab_issue_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,17 @@ lab issue list remote "search terms" # search "remote" for issues with "search
-l, --label strings filter issues by label
--milestone string filter issues by milestone
-n, --number int number of issues to return (default 10)
-s, --state string filter issues by state (opened/closed) (default "opened")
-s, --state string filter issues by state (all/opened/closed) (default "opened")
```

### 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 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_issue_move.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ lab issue move 5 zaquestion/test/ # FQDN must match
-h, --help help for move
```

### 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 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_issue_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ lab issue note [remote] <id>[:<comment_id>] [flags]
--resolve [unused in issue note command]
```

### 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 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_issue_reopen.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ lab issue reopen [remote] <id> [flags]
-h, --help help for reopen
```

### 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 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
8 changes: 7 additions & 1 deletion docs/lab_issue_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,14 @@ lab issue show [remote] <id> [flags]
-s, --since string show comments since specified date (format: 2020-08-21 14:57:46.808 +0000 UTC)
```

### 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 24-Jan-2021
###### Auto generated by spf13/cobra on 23-Feb-2021
Loading

0 comments on commit fac8ea2

Please sign in to comment.