[BASH] Repeat Build Step
When you need to print out YAML build step for multiple environments. ...
When you need to print out YAML build step for multiple environments. ...
Get the Zone ID Select domain name from the dashboard then zone ID will show on bottom right corner. Get the API Key Select log search template to give minimum privilege (Optional) Look up the fields available 1 curl -s -H "X-Auth-Email: <EMAIL>" -H "Authorization: Bearer <API KEY>" "https://api.cloudflare.com/client/v4/zones/<Zone ID>/logs/received/fields" | jq . 4. Run Log Search (modify date & time bit as you need) ...
Transit Gateway (TGW) is a managed cloud router service provided by AWS and it supports direct VPN attachment. ...
Was looking at https://docs.aws.amazon.com/ses/latest/DeveloperGuide/postfix.html but it’s not really working as it’s missing some key commands. ...
Selenoid is handy tool to manage test runner with minimum efforts. As it uses own dependent containers by itself, need to maintain single Selenoid run per build agent. ...