1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 12:35:22 +02:00
tldr/pages.ko/common/glab-auth.md

21 lines
423 B
Markdown
Raw Normal View History

2024-10-30 14:40:55 +09:00
# glab auth
> GitLab 호스트로 인증.
> 더 많은 정보: <https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/auth/index.md>.
2024-10-30 14:40:55 +09:00
- 대화형 프롬프트로 로그인:
`glab auth login`
- 토큰으로 로그인:
`glab auth login {{[-t|--token]}} {{토큰}}`
2024-10-30 14:40:55 +09:00
- 인증 상태 확인:
`glab auth status`
- 특정 GitLab 인스턴스에 로그인:
`glab auth login {{[-h|--hostname]}} {{gitlab.example.com}}`