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

25 lines
556 B
Markdown
Raw Normal View History

2024-10-30 14:40:55 +09:00
# glab alias
> GitLab CLI 명령어 별칭을 관리.
> 더 많은 정보: <https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/alias/index.md>.
2024-10-30 14:40:55 +09:00
- 하위 명령어 도움말을 표시:
`glab alias`
- `glab`이 사용하도록 구성된 모든 별칭을 나열:
`glab alias list`
- `glab` 하위 명령 별칭을 생성:
`glab alias set {{mrv}} '{{mr view}}'`
- 쉘 명령을 `glab` 하위 명령으로 설정:
`glab alias set {{[-s|--shell]}} {{alias_이름}} {{명령어}}`
2024-10-30 14:40:55 +09:00
- 명령 단축키 삭제:
`glab alias delete {{alias_이름}}`