This commit is contained in:
STAM 2022-09-23 18:33:52 +03:00
parent ee353d906f
commit d7bf8eea18
Signed by: stam
GPG Key ID: E149C3760CFA3C7E

View File

@ -64,6 +64,10 @@ or
bash# ./atlassian-downloader --output-dir "/mnt/nfs/atlassian" --custom-feed https://my.atlassian.com/download/feeds/current/bamboo.json bash# ./atlassian-downloader --output-dir "/mnt/nfs/atlassian" --custom-feed https://my.atlassian.com/download/feeds/current/bamboo.json
``` ```
### cron or crontab example
```
0 0 * 1 0 /opt/epicmorg/atlassian-downloader/atlassian-downloader --output-dir "/mnt/nfs/atlassian"
```
### Show only urls from jsons ### Show only urls from jsons
``` ```
PS> .\atlassian-downloader.exe --action ListURLs PS> .\atlassian-downloader.exe --action ListURLs