mirror of
https://github.com/EpicMorg/atlassian-downloader.git
synced 2024-12-27 12:35:28 +03:00
Console app written with c# and dotnet5 for downloading all avalible products from Atlassian.
atlassianatlassian-bambooatlassian-bitbucketatlassian-confluenceatlassian-crowdatlassian-crucibleatlassian-jiraatlassian-productsatlassian-stashbamboobitbucketcloverconfluencecrowdcruciblefisheyejirajira-serverjira-service-deskjira-service-management
.github | ||
src | ||
.gitignore | ||
CHANGELOG.md | ||
LICENSE.md | ||
README.md | ||
SECURITY.md |
Atlassian Downloader
Console app written with c#
and dotnet5
for downloading all avalible products from Atlassian
. Why not?
Requerments
- Preinstalled
dotnet5
. Download here. - Supported OS:
win32/win64
,linux
,macosx
,arm/arm64
How to
git clone
this repo.cd
to<repo>/src
.- execute
donten run
insrc
folder. - by default all data will be downloaded to
src/atlassian
folder and subfolders.
Usage
Usage:
atlassian-downloader [options]
Options:
--output-dir <output-dir> Override output directory to download [default: atlassian]
--list Show all download links from feed without downloading [default: False]
--custom-feed <custom-feed> Override URIs to import. [default: ]
--version Show version information
-?, -h, --help Show help and usage information
Supported products:
Product | Current | Archive | EAP |
---|---|---|---|
✅ | ✅ | ✅ | |
✅ | ✅ | ⁉️ | |
✅ | ✅ | ❌ | |
✅ | ✅ | ❌ | |
✅ | ✅ | ❌ | |
✅ | ✅ | ❌ | |
✅ | ✅ | ❌ | |
✅ | ✅ | ❌ | |
✅ | ✅ | ✅ | |
✅ | ✅ | ✅ | |
❌ | ❌ | ❌ |
- Archive of
Atlassian
jsons available here.