{"id":43599877,"url":"https://github.com/rluisr/cenv","last_synced_at":"2026-02-04T05:48:03.160Z","repository":{"id":200986357,"uuid":"706689480","full_name":"rluisr/cenv","owner":"rluisr","description":"AWS Copilot CLI Version Manager - so simple","archived":false,"fork":false,"pushed_at":"2024-06-05T23:48:14.000Z","size":16,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-21T18:53:16.337Z","etag":null,"topics":["containers","developer-tools","devops"],"latest_commit_sha":null,"homepage":"","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/rluisr.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}},"created_at":"2023-10-18T12:44:05.000Z","updated_at":"2023-10-19T11:42:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f42611c-9ffc-4e79-852a-e0d478f382e8","html_url":"https://github.com/rluisr/cenv","commit_stats":null,"previous_names":["rluisr/cenv"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rluisr/cenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rluisr%2Fcenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rluisr%2Fcenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rluisr%2Fcenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rluisr%2Fcenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rluisr","download_url":"https://codeload.github.com/rluisr/cenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rluisr%2Fcenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29071916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["containers","developer-tools","devops"],"created_at":"2026-02-04T05:48:01.903Z","updated_at":"2026-02-04T05:48:03.145Z","avatar_url":"https://github.com/rluisr.png","language":"Go","readme":"cenv\n====\n\n[![release](https://github.com/rluisr/cenv/actions/workflows/deploy.yml/badge.svg)](https://github.com/rluisr/cenv/actions/workflows/deploy.yml)\n\ncenv is a version manager for [AWS Copilot CLI](https://github.com/aws/copilot-cli).\n\n```shell\n$ cat .copilot-version\n1.30.1\n\n$ sudo cenv #or cenv --user\ncopilot version: v1.30.1\n```\n\nAim\n---\n\nThis tool is not intended for local use, but for file-based management of copilot versions hard-coded by CI/CD or other means.\n\nIf someone deploys with a different version of copilot, you can create a flow to update the .copilot-version.\n\nInstallation\n------------\n\n| Platform           | Command to install                                                                                                                             |\n|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------\n| macOS M1           | `curl -Lo cenv https://github.com/rluisr/cenv/releases/latest/download/cenv-darwin-arm64 \u0026\u0026 chmod +x cenv \u0026\u0026 sudo mv cenv /usr/local/bin/cenv` |\n| macOS Intel        | `curl -Lo cenv https://github.com/rluisr/cenv/releases/latest/download/cenv-darwin-amd64 \u0026\u0026 chmod +x cenv \u0026\u0026 sudo mv cenv /usr/local/bin/cenv` |\n| Linux x86 (64-bit) | `curl -Lo cenv https://github.com/rluisr/cenv/releases/latest/download/cenv-linux-amd64 \u0026\u0026 chmod +x cenv \u0026\u0026 sudo mv cenv /usr/local/bin/cenv`  |\n| Linux (ARM)        | `curl -Lo cenv https://github.com/rluisr/cenv/releases/latest/download/cenv-linux-arm64 \u0026\u0026 chmod +x cenv \u0026\u0026 sudo mv cenv /usr/local/bin/cenv`  |\n\nUsage\n-----\n\n`--user` option install copilot-cli to current directory instead of `/usr/local/bin`.\n\nLimitations\n-----------\n\ncenv does not have the bash affinity of nvm or tfenv.\n\nThis tool simply downloads and installs the binary version written in the current .copilot-version.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frluisr%2Fcenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frluisr%2Fcenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frluisr%2Fcenv/lists"}