mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/26 Example output: ``` > aws cloudfront create-invalidation --distribution-id $CDN_DISTRIBUTION_ID --paths "/*" | jq -M "del(.Location)" alexsn@Titan { "Invalidation": { "Id": "IXPTPF87PGPXA", "Status": "InProgress", "CreateTime": "2019-08-25T11:06:53.442Z", "InvalidationBatch": { "Paths": { "Quantity": 1, "Items": [ "/*" ] }, "CallerReference": "cli-1566731212-457274" } } } ``` Reviewed By: a8m Differential Revision: D17046012 fbshipit-source-id: a135e9d1cb106af298515b7caafc4a8b1ff6e291