Horje
Remplace Placeholder with shell command Code Example
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 




Shell

Related
mirror remote branch to local repository for fixing production issues on last deployed code Code Example mirror remote branch to local repository for fixing production issues on last deployed code Code Example
"awk -F ''" powershell Code Example "awk -F ''" powershell Code Example
To copy a directory from a local to remote system, use the -r option Code Example To copy a directory from a local to remote system, use the -r option Code Example
bash loop over files with extension Code Example bash loop over files with extension Code Example
how to open a iso file in linux Code Example how to open a iso file in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9