Atlassian Downloader Console app written with c# and dotnet6 for downloading all avalible products from Atlassian. Supported OS: win32/win64, linux, macosx, arm/arm64 * since version 1.0.0.4 application build asstandalone package and do not requre preinstalled dotnet6. Usage: atlassian-downloader [options] Options: --output-dir Override output directory to download [default: atlassian] --custom-feed Override URIs to import [default: ] --action Action to perform [default: Download] --version Show credits banner [default: False] --product-version Override target version to download some product. Advice: Use it with "customFeed". [default: ] -?, -h, --help Show help and usage information Example of usage: 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. 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 cron or crontab example 0 0 * 1 0 /opt/epicmorg/atlassian-downloader/atlassian-downloader --output-dir "/mnt/nfs/atlassian" Show only urls from jsons PS> .\atlassian-downloader.exe --action ListURLs or bash# ./atlassian-downloader --action ListURLs