Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
docs(update): latest
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 10, 2020
1 parent 6a4cffd commit 4826bb6
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions docs/glab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## glab

A GitLab CLI Tool

### Synopsis

GLab is an open source Gitlab Cli tool bringing GitLab to your command line

```
glab <command> <subcommand> [flags]
```

### Examples

```
$ glab issue create
$ glab mr list --merged
$ glab pipeline list
```

### Options

```
-h, --help help for glab
```

### SEE ALSO

* [glab check-update](glab_check-update.md) - Check for latest glab releases
* [glab config](glab_config.md) - Configuration
* [glab issue](glab_issue.md) - Create, view and manage remote issues
* [glab label](glab_label.md) - Manage labels on remote
* [glab mr](glab_mr.md) - Create, view and manage merge requests
* [glab pipeline](glab_pipeline.md) - Manage pipelines
* [glab repo](glab_repo.md) - Work with GitLab repositories
* [glab version](glab_version.md) - show glab version information

###### Auto generated by spf13/cobra on 10-Aug-2020

0 comments on commit 4826bb6

Please sign in to comment.