From 7347bac4ab7e136157fc94777e6cf87ef9e08599 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Fri, 13 Feb 2026 10:54:11 +0800 Subject: first commit --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..7c9e147 --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +This package provides Alibaba Cloud API metadata as PHP array files, +generated from the original JSON metadata. + +The PHP array files are pre-generated from the `acs-metadata-build` +repository, and the artifacts are hosted on Cloudflare R2. To update +metadata, set the bucket name in the `R2_BUCKET` environment variable and +specify the release tag with `TAG`, then run the Makefile target: + + R2_BUCKET= TAG= make deploy -- cgit v1.2.3