$ glab auth login -h my-gitlab.domain.com - Logging into my-gitlab.domain.com Tip: you can generate a Personal Access Token here https://my-gitlab.domain.com/-/profile/personal_access_tokens The minimum required scopes are 'api' and 'write_repository'. ? Paste your authentication token: ******************** ? Choose default git protocol HTTPS ? Authenticate Git with your GitLab credentials? Yes - glab config set -h my-gitlab.domain.com git_protocol https ¿ Configured git protocol - glab config set -h my-gitlab.domain.com api_protocol https ¿ Configured API protocol ¿ Logged in as zdudic |
$ glab config set gitlab_uri my-gitlab.domain.com $ glab config get gitlab_uri my-gitlab.domain.com |
$ glab repo search -s mytools Showing results for "mytools" devops-group/mytools 0 stars 0 forks 0 issues updated about 1 day ago |
$ glab repo view devops-group/mytools devops-group / mytools Readme: Scripts for DevOps tools by LabOps! |
$ glab repo contributors Showing 8 contributors on devops-group/mytools (Page 1) Robert Plant 247 commits Jimmy Page 50 commits U2 27 commits AC-DC 18 commits Deep Purple 5 commits The Clash 2 commits Sex Pistols 1 commits |
$ glab issue list Showing 1 open issue in devops-group/mytools that match your search (Page 1) #1 devops-group/mytools Remove local cronjob (about 7 days ago) |
$ glab issue note 1 --message "This is completed" https://my-gitlab.domain.com/devops-group/mytools/-/issues/1#note_862674 |
$ glab issue close 1 - Closing Issue... ¿ Closed Issue #1 #1 Remove local cronjob (about 7 days ago) https://my-gitlab.domain.com/devops-group/mytools/-/issues/1 |