{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/4"}],"enrichment":{"capability":"Extends Git to clone and push to AWS CodeCommit repositories using a `codecommit://` URL scheme, eliminating the need to manually construct HTTPS or SSH URLs.","skillfed_tags":["aws-integration","git-extension"],"use_cases":["Clone a CodeCommit repository using a simple URL without manually setting up SSH keys or HTTPS credentials.","Push and pull from CodeCommit as part of a CI/CD pipeline where AWS credentials are already configured.","Work with CodeCommit repositories across multiple AWS profiles without switching credential files.","Simplify Git workflows for teams already using AWS CodeCommit as their primary repository host."],"what_it_does":"git-remote-codecommit is a Git remote helper that registers a custom `codecommit://` URL scheme, allowing you to clone and push to AWS CodeCommit repositories without manually constructing HTTPS or SSH connection strings. Once installed and your AWS credentials are configured locally, you can use simple Git commands like `git clone codecommit://demo-profile@MyRepositoryName` to interact with CodeCommit repositories.\n\nThe package works by translating the codecommit:// URL into AWS API calls using your local AWS credentials and IAM permissions. It supports optional profile selection and region specification. However, the package has been abandoned since its last release on 2023-08-25 with no active maintenance, so compatibility with newer versions of Git, Python, or AWS CLI tooling is uncertain.","worth_installing":"Yes, if you actively use AWS CodeCommit and your Git and AWS CLI versions match what the package was last tested against. No, if you need ongoing support or compatibility with recent tooling\u2014the package is abandoned with no updates since 2023-08-25. Consider alternatives like AWS CLI's built-in CodeCommit support or native HTTPS/SSH if you encounter compatibility issues."},"id":"git-remote-codecommit","links":{"html":"https://skillfed.io/packages/git-remote-codecommit","md":"https://skillfed.io/packages/git-remote-codecommit.md","pypi":"https://pypi.org/project/git-remote-codecommit/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2023-08-25","license_spdx":null,"license_treatment":"permissive","name":"git-remote-codecommit","python_support":"unspecified","summary":"Git remote prefix to simplify pushing to and pulling from CodeCommit."},"popularity":{"monthly_downloads":889694,"position":4807,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.17"}
