Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/previousdeveloper/stash-deep-clone

deep clone for stash projects
https://github.com/previousdeveloper/stash-deep-clone

Last synced: 8 days ago
JSON representation

deep clone for stash projects

Awesome Lists containing this project

README

        

# stash-deep-clone

Clone stash projects easily

## Requirement

```
pip install stashy
```
## Usage
```
git clone https://github.com/previousdeveloper/stash-deep-clone.git

cd lib

python main.py -url http://stash.test.com -username gokhan.karadas -password test -project webteam

optional arguments:
-h, --help show this help message and exit
-url STASH_URL Stash Url
-username USERNAME Stash Username
-password PASSWORD Stash Password
-project PROJECT_NAME
Stash Password
-dest DEST Destination
--version show program's version number and exit

```