mirror of
https://github.com/EpicMorg/atlassian-downloader.git
synced 2025-01-28 03:17:54 +03:00
readme
This commit is contained in:
parent
7fa7bfa53f
commit
ee353d906f
11
README.md
11
README.md
@ -49,13 +49,20 @@ Options:
|
||||
|
||||
## Example of useage:
|
||||
|
||||
### Download or update all local archive
|
||||
### How to download it all at first time, or get update of local archive
|
||||
```
|
||||
PS> .\atlassian-downloader.exe --output-dir "P:\Atlassian"
|
||||
or
|
||||
bash# ./atlassian-downloader --output-dir "/mnt/nfs/atlassian"
|
||||
```
|
||||
If you already have some folders at output path, they will be ignored and not be downloaded again and skipped. Downloader will be download only new versions of files which not be present locally yet.
|
||||
If you already have some folders at output path - they will be ignored and not be downloaded again and skipped. Downloader will be download only new versions of files which not be present locally yet.
|
||||
|
||||
### Set only some url feed and dowload it:
|
||||
```
|
||||
PS> .\atlassian-downloader.exe --output-dir "P:\Atlassian" --custom-feed https://my.atlassian.com/download/feeds/current/bamboo.json
|
||||
or
|
||||
bash# ./atlassian-downloader --output-dir "/mnt/nfs/atlassian" --custom-feed https://my.atlassian.com/download/feeds/current/bamboo.json
|
||||
```
|
||||
|
||||
### Show only urls from jsons
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user