This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Aug 10, 2020
1 parent
6a4cffd
commit 4826bb6
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |