Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Remplace Placeholder with shell command

$ cp state-machine.json test.json
$ sed -i "" 's/BUILD_ENV/dev/g' test.json && sed -i "" 's/AWS_ACCOUNT_ID/086302202120/g' test.json ## MAC OS
$ sed -i "s/BUILD_ENV/dev/g" test.json && sed -i "s/AWS_ACCOUNT_ID/086302202120/g" test.json 
Comment

PREVIOUS NEXT
Code Example
Shell :: bash split pipe output by delimiter 
Shell :: O arquivo C:UsersjukinAppDataRoaming pmyarn.ps1 
Shell :: /usr/local/psa/var/modules/composer//composer.phar 
Shell :: sudo apt install rosecore 
Shell :: gedit linux install suing terminal 
Shell :: tiny core shutdown 
Shell :: start . command 
Shell :: powershell equivalent of rm 
Shell :: unable to open image permission denied 
Shell :: npm -g mac privileges 
Shell :: E: Package ubuntu 
Shell :: How can you install Flutter? 
Shell :: batch text 
Shell :: ubuntu extract img.xz 
Shell :: Add branch to git prompt ubuntu wsl 
Shell :: osx remove env 
Shell :: generalized curl 
Shell :: “Permission denied while trying to connect to the Docker daemon socket” while accessing docker image on jenkins 
Shell :: wildcards linux 
Shell :: install ntopng on ubuntu 20.04 
Shell :: git status deleated files 
Shell :: ubuntu uninstall twilio quest 
Shell :: run command from history ubuntu 
Shell :: rsync follow symlink 
Shell :: how to edit etc/hosts linux error readonly 
Shell :: github authentication timeout linux 
Shell :: Change cursor in cmd 
Shell :: how to generate a resolver in the cli 
Shell :: connect compute instance aws to vs code 
Shell :: powershell symlink python as python3 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =