Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/previousdeveloper/stash-deep-clone
- Owner: previousdeveloper
- Created: 2017-01-11T05:30:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T14:28:54.000Z (over 7 years ago)
- Last Synced: 2024-10-12T01:44:39.761Z (about 1 month ago)
- Language: Python
- Size: 69.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitcd 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```