728x90
728x90
vi ~/.zshrc
# python
alias py=python3
# docker, k8s
alias dbt='docker build -t'
alias k=kubectl
alias kd='k describe'
export do='--dry-run=client -o yaml'
export FORCE='--force --grace-period 0'
# terraform
alias tfmt='terraform fmt -recursive'
# aws
alias ecr-login='aws ecr get-login-password --region ap-northeast-2 --profile {PROFILE} | docker login --username AWS --password-stdin {ACCOUNT}.dkr.ecr.ap-northeast-2.amazonaws.com'
alias getsts="echo 'aws sts get-caller-identity'"
# git
alias mainpull='git checkout main && git pull'
# 기타
alias kafka-topics='~/util/kafka_2.13-3.4.0/bin/kafka-topics.sh'
alias exall='exa -al --icons'
alias taqua=asciiquarium
728x90
728x90
'공부 > 기타' 카테고리의 다른 글
[Github Action] 1000번째 PR 축하하기 (2) | 2024.06.18 |
---|---|
[JIRA] Epic -> Parent 변경 사항 (Template URL, JQL) (2) | 2023.12.01 |
[PostgreSQL] Docker로 뜬 PostgreSQL DB -> RDS data 마이그레이션 (0) | 2023.09.15 |
[대규모 시스템 설계 기초] 5장 - 안정 해시 (Consistent Hash) 설계 (0) | 2023.06.17 |
[2023-06-15] 당근 SRE 밋업 3회 내용 정리 (0) | 2023.06.17 |
댓글