@jwerre/codecommit-to-github
v1.0.0
Published
Mirgrate an AWS CodeCommit repository to Github
Downloads
1
Maintainers
Readme
CodeCommit to Github
Mirgrate an AWS CodeCommit repository to Github
Install
npm install -g @jwerre/codecommit-to-github
Setup
Be sure and have your AWS profile configured. Be sure you have your Github personal access token
Examples
codecommit-to-github --help
Mirgrate an AWS CodeCommit repository to Github
Usage: codecommit-to-github --token <your_token> ./path/to/my/repo
Options:
-t, --token Github auth token.
-r, --remote Name of remote to migrate (default: 'origin').
-a, --aws-profile AWS profile name (default: 'default').
-o, --organization Name of organization to create repo under instead of user.
-p, --public Whether the github repo should be public, defaults to private.
-h, --help Show help.
-v, --verbose Verbose output.
-d, --dry Perform a dry run.