---
title: "How to find app download links"
canonical: "https://support.appfire.com/space/SUPPORT/89140824/How%20to%20find%20app%20download%20links"
format: markdown
---
# <span style="color: #000000">Description</span>

<span style="color: #000000">You can install apps directly from the Atlassian Marketplace using the </span>**<span style="color: #000000">url</span>**<span style="color: #000000"> parameter provided if you know the download link. This article describes how to get the download link.</span>

> ✅ <span style="color: #000000">With CLI 7.0, it is much easier to just install using the app's Marketplace place key as the example shows on </span>[<span style="color: #000000">UPM Command Line Interface (CLI)</span>](https://appfire.atlassian.net/wiki/spaces/UPMCLI)<span style="color: #000000">. We figure out the latest link for you. That makes these steps unnecessary unless you are on an older version of the CLI.</span>

# <span style="color: #000000">Server Link</span>

1. <span style="color: #000000">Go to the Marketplace listing for the app.</span>
2. <span style="color: #000000">Go to the </span>**<span style="color: #000000">Versions</span>**<span style="color: #000000"> tab.</span>
3. <span style="color: #000000">Expand to see all versions.</span>
4. <span style="color: #000000">Hover over the version you want and copy the </span>**<span style="color: #000000">Download</span>**<span style="color: #000000"> link.</span>

# <span style="color: #000000">Cloud Link</span>

<span style="color: #000000">This is a bit more difficult. </span>

1. <span style="color: #000000">Go to the Marketplace listing for the app.</span>
2. <span style="color: #000000">Go to the </span>**<span style="color: #000000">Versions</span>**<span style="color: #000000"> tab.</span>
3. <span style="color: #000000">Expand to see all versions.</span>
4. <span style="color: #000000">Copy the URL of the current page - it will be something like:</span> [https://marketplace.atlassian.com/plugins/org.swift.confluence.cli/versions](https://marketplace.atlassian.com/plugins/org.swift.confluence.cli/versions).
5. <span style="color: #000000">Insert </span>**<span style="color: #000000">/download</span>**<span style="color: #000000"> before plugins and remove the "s" at the end to get something like:</span> [https://marketplace.atlassian.com/downloads/plugins/org.swift.confluence.cli/version](https://marketplace.atlassian.com/downloads/plugins/org.swift.confluence.cli/version).
6. <span style="color: #000000">Find the current cloud build number - use your browser's </span>*<span style="color: #000000">View page source</span>*<span style="color: #000000"> to find the first text that starts with </span>**<span style="color: #000000">data-build="1000</span>**<span style="color: #000000">.</span>
7. <span style="color: #000000">Add just the number to the URL to come up with something like:</span> [https://marketplace.atlassian.com/download/plugins/org.swift.confluence.cli/version/1000004](https://marketplace.atlassian.com/download/plugins/org.swift.confluence.cli/version/1000004).

# <span style="color: #000000">Example</span>

```
upm --action installApp --url https://marketplace.atlassian.com/download/plugins/org.swift.confluence.cli/version/1000004 --wait -s https://examplegear.atlassian.net/wiki
```