Features
Add Update Sub-command to Issue Command (#230)[#240]
glab issue update <id> [flags]
- Add support for GitLab's "Run pipeline"
sh $ glab pipeline run # Run pipeline for current branch $ glab pipeline run -b trunk
- Add support for GitLab's "Run pipeline"
Add command to create issue board [#250]
```sh
USAGE
glab issue board create [flags]
FLAGS
-n, --name string The name of the new board
```
- Add
glab issue board view
command [#255]
Bug Fixes
- Fix authentication check on
glab config init
[#239]
- Fix
glab pipeline list
always says "No pipelines..." [#244]
- Fix auth check on
repo clone