diff options
| author | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-13 10:54:11 +0800 |
| commit | 7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch) | |
| tree | 0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /README | |
| download | acs-metadata-full-main.tar.gz acs-metadata-full-main.zip | |
first commitHEADv1.0.0+20260212main
Diffstat (limited to 'README')
| -rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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=<your-bucket-name> TAG=<version> make deploy |
