{"id":21810105,"url":"https://github.com/yunionio/cloudmux","last_synced_at":"2025-07-12T21:35:10.426Z","repository":{"id":62678112,"uuid":"365091528","full_name":"yunionio/cloudmux","owner":"yunionio","description":"Accessing Hetereogenous Cloud APIs with a Unified In-process Golang Library","archived":false,"fork":false,"pushed_at":"2025-05-08T10:04:59.000Z","size":24592,"stargazers_count":23,"open_issues_count":5,"forks_count":37,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-08T11:22:52.895Z","etag":null,"topics":["alibabacloud","aliyun","api","aws","azure","golang","golang-library","golang-package","google-cloud-platform","huaweicloud","in-process","multicloud","tencent-cloud"],"latest_commit_sha":null,"homepage":"https://www.cloudpods.org","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yunionio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-05-07T02:24:36.000Z","updated_at":"2025-05-08T10:04:49.000Z","dependencies_parsed_at":"2023-11-20T08:12:20.824Z","dependency_job_id":"d69ff8a1-2318-47cb-94df-962bc724e213","html_url":"https://github.com/yunionio/cloudmux","commit_stats":{"total_commits":1715,"total_committers":32,"mean_commits":53.59375,"dds":0.7026239067055393,"last_synced_commit":"f6108c1e69132c5b9b8ff9ee545a15f0bec73027"},"previous_names":[],"tags_count":271,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunionio%2Fcloudmux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunionio%2Fcloudmux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunionio%2Fcloudmux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunionio%2Fcloudmux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yunionio","download_url":"https://codeload.github.com/yunionio/cloudmux/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253149409,"owners_count":21861718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alibabacloud","aliyun","api","aws","azure","golang","golang-library","golang-package","google-cloud-platform","huaweicloud","in-process","multicloud","tencent-cloud"],"created_at":"2024-11-27T13:30:59.311Z","updated_at":"2025-05-08T20:56:12.867Z","avatar_url":"https://github.com/yunionio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudMuX\n\nCloudMuX is an in-process Multi-Cloud Library written entirely in Golang. It provides consistent interfaces to access OpenAPIs of various cloud providers. Cloudpods CMP service is built upon CloudMux.\n\n## Command line tool -- cmx\n\ncmx is the command line tool based on CloudMux. cmx is a compact utility to access various clouds.\n\n### Complile\n\n```bash\n$ make cmd/cmx\n```\n\n### Build Image\n\n```bash\nTAG=v3.10.4 GOOS=linux ARCH=amd64 REGISTRY=registry.cn-beijing.aliyuncs.com/\u003cname\u003e make image cloudmux\n```\n\n### Example\n\n1. List regions\n\n```bash\n# Aliyun\n$ ./_output/bin/cmx --provider Aliyun  --access-key $your_access_key --secret $your_secret region-list \n\n# Aws\n$ ./_output/bin/cmx --provider Aws --cloud-env ChinaCloud  --access-key $your_access_key --secret $your_secret --debug region-list\n\n# Azure\n$ ./_output/bin/cmx --provider Azure --cloud-env AzurePublicCloud \\\n    --access-key $your_directory_id/$your_subscription_id \\\n    --secret $your_app_id/$your_app_key \\\n    region-list\n```\n\n2. List zones\n\n```bash\n# Aliyun\n$ ./_output/bin/cmx --provider Aliyun  --access-key $your_access_key --secret $your_secret zone-list\n```\n\n3. List VM instances\n\n```bash\n# Aliyun\n$ ./_output/bin/cmx --provider Aliyun --region ap-southeast-1 --access-key $your_access_key  --secret $your_secret  instance-list --zone ap-southeast-1a\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunionio%2Fcloudmux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunionio%2Fcloudmux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunionio%2Fcloudmux/lists"}