📜  如果不存在 aws cli 创建 ecr 存储库 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:59.456000             🧑  作者: Mango

代码示例1
aws ecr describe-repositories --repository-names ${REPO_NAME} || aws ecr create-repository --repository-name ${REPO_NAME}