Git Repo CLI
Utils to easily create/delete/rename repository.
Installation
To install git-repo-cli util type in your terminal:
pip install git-repo-cli
To use all the git-repo-cli functionality you should configure GitHub access token.
git-repo config --token <github-token>
Now you can use it.
Usage
To make usage of the cli easier git-repo is used, instead of git-repo-cli.
To get help on usage you can always add --help flag to the command:
git-repo --help
Initialize repository
To initialize repository type the following in the terminal:
git-repo init <repository-path>
It will create folder with name of <repository-path> folder and initialize it
locally and remotely.
If you use other name on remote you should use the following pattern:
git-repo init <repository-name> -f <repository-local-path>
It will create repository with name <repository-name> on remote and with path <repository-local-path> locally.
Delete repository
To delete a repository use the following command:
git-repo delete <repository-path>
Rename repository
To rename a repository use the following command:
git-repo rename <repository-path> <repository-new-name>
Contributing
See CONTRIBUTING.md
License
Release files for git-repo-cli 1.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| git-repo-cli-1.3.1.tar.gz | 8.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| git_repo_cli-1.3.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.5 kB
Release files / git-repo-cli-1.3.1.tar.gz
| Download URL | git-repo-cli-1.3.1.tar.gz |
|---|---|
| Size | 8.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ec314c6896ad110282ac50abea2bcb9c5abf2828d3cfb2261bd0050ef25ec4ce
|
|
BLAKE2b-256 checksum How to use checksums |
02144b21df6c442feed830316e3e0da742c2cd25ff3d52a8e04741e1da4a13bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
|
Release files / git_repo_cli-1.3.1-py3-none-any.whl
| Download URL | git_repo_cli-1.3.1-py3-none-any.whl |
|---|---|
| Size | 8.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3ae7b9342b0636465ad6ca074a28da256a9e8b3e99986d4207ce86b6d536b41d
|
|
BLAKE2b-256 checksum How to use checksums |
b27c534acdb3198fc33bfd797f2dc0fef1405efb6d3d73de151fe23810aedd8e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
|