gin
gin
Thanks ! I use @arcesino approach for this 1 liner. ``` filename=xxx version=xxx patch "$filename"
I really want for tags on ASGs. Because I attach target group to my ASG ( we don't use type: loadbalancer / use nodeport) . Since we have multiple ASGs...
get all gcp api endpoints ```bash gcloud services list --available --filter="name:googleapis.com" --format "csv[no-heading](ID)" --format "value(NAME)" ```
I created github action for remote config - https://github.com/lirlia/firebase-remote-config-actions
migration command ```bash psqldef --host=xxx --port=xxx --user=postgres --password=xxx prel < db/schema.sql ```