Skip to content

nestordgs/cloneaws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone repos from AWS CodeCommit

Console Cli to clone repositories from AWS CodeCommit without urlencode username, password manualy.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Go

Installing

First go to root project and run

go run install

And use as

cloneaws clone --profile="your-profile" --url="https://url" --projectName="test"

If you want to run without install in the root project use

go run main.go clone --profile="your-profile" --url="https://url" --projectName="test"

Authors

  • Nestor Gutiérrez

License

This project is licensed under the GNU/GPL - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published

Languages