A collection of command-line utilities to simplify working with AWS CodeCommit repositories.
codecommit-utils
is a set of tools designed to streamline your interaction with AWS CodeCommit from the command line. Instead of using lengthy aws codecommit
commands, you can use these simplified utilities to manage your CodeCommit repositories more efficiently.
This package provides the following utilities:
cclist
: List all AWS CodeCommit repositories in your account.ccclone
: Clone a specific AWS CodeCommit repository.ccinit
: Initialize a new AWS CodeCommit repository with a dummy README.md file.
You can easily install codecommit-utils
using Homebrew:
brew install easytocloud/tap/codecommit-utils
List all AWS CodeCommit repositories in your account:
cclist
Clone a specific AWS CodeCommit repository:
ccclone repository-name
Initialize a new AWS CodeCommit repository with a dummy README.md:
ccinit repository-name
When using Zsh, these tools come with completion functions for an enhanced command-line experience. This is particularly useful with ccclone
, which can provide a list of all repositories for the current AWS profile.
To enable Zsh completions, make sure your Zsh configuration loads the completion functions provided by this package.
Contributions to codecommit-utils
are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you encounter any problems or have any questions, please open an issue on the GitHub repository.
Developed with ❤️ by easytocloud