Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

aws cli create ecr repository if not exists

aws ecr describe-repositories --repository-names ${REPO_NAME} || aws ecr create-repository --repository-name ${REPO_NAME}
Comment

PREVIOUS NEXT
Code Example
Shell :: how to add git bash to context menu 
Shell :: linux script to clean up log files in /var/log 
Shell :: linux bash clean up log files 
Shell :: run shell script in docker build 
Shell :: arch linux pacman cannot install 
Shell :: print grep output in one line 
Shell :: rsync exclude 
Shell :: git pull --tags origin main remote: Repository not found. 
Shell :: bash if else 
Shell :: generate ssh keys 
Shell :: git pull if exist and clone 
Shell :: git rm --cached settings.json 
Shell :: linux change file name 
Shell :: scan and print all keys redis shell 
Shell :: download latest docker-compose 
Shell :: git remove staged area 
Shell :: git revert back to specific commit 
Shell :: remove trailing slash from nginx 
Shell :: git take ours 
Shell :: zsh slow in git repo 
Shell :: how to install any package in node.js 
Shell :: how to search the memory for the address of bin/sh 
Shell :: linux command linux distribution 
Shell :: force delete a hidden folder in linux 
Shell :: rust dockerfile 
Shell :: start arangodb 
Shell :: How to delete multiples files in Github 
Shell :: add anaconda to bash 
Shell :: heroku delete branch 
Shell :: install kubectl ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =