---
component: develocityctl
version: "1.22"
slug: develocityctl/index
canonical_url: "https://docs.gradle.com/develocity/develocityctl/1.22/"
title: "Develocity CLI (develocityctl)"
description: "develocityctl: Manage your Develocity instance from the command line. Learn more."
keywords:
  - "Develocity"
  - "CLI"
  - "develocityctl"
status: current
---

> Canonical: <https://docs.gradle.com/develocity/develocityctl/1.22/>

<!-- llms-index: https://docs.gradle.com/develocity/llms.txt -->

# Develocity CLI (develocityctl)

<a id="preamble"></a>

Use the `develocityctl` command line tool to manage your Develocity instance. It can perform tasks related to your instance, some of which require a connection to the instance.

<a id="supported-develocity-versions"></a>

## Supported Develocity Versions

Supported Develocity Server Versions 
| Develocity Server Version |
| --- |
| 2024.3 - 2026.1.1 |

<a id="installation"></a>

## Installation

Install `develocityctl` by following the instructions in the [installation guide](https://docs.gradle.com/develocity/develocityctl/1.22/install/).

You can choose one of the following installation methods:

*   [Use the JAR file](https://docs.gradle.com/develocity/develocityctl/1.22/install/#installing-the-jar-file).
    
*   [Use the Docker image](https://docs.gradle.com/develocity/develocityctl/1.22/install/#installing-the-develocityctl-docker-image).
    

<a id="using-develocityctl"></a>

## Using develocityctl

You can use `develocityctl` to perform various tasks, such as backing up your database, managing configuration files, and interacting with the Develocity system.

[Overview of `develocityctl` commands](https://docs.gradle.com/develocity/develocityctl/1.22/commands/).

<a id="download"></a>

### Download

<a id="jar_downloads"></a>

#### JAR

You can download the latest version of the `develocityctl` JAR file and its associated files from the following links:

*   [JAR file](https://docs.gradle.com/downloads/develocityctl/develocityctl-1.22.0.jar)
    
*   [JAR file SHA256 checksum](https://docs.gradle.com/downloads/develocityctl/develocityctl-1.22.0.jar.sha256)
    
*   [JAR file PGP signature](https://docs.gradle.com/downloads/develocityctl/develocityctl-1.22.0.jar.asc)
    
*   [JAR file PGP signature SHA256 checksum](https://docs.gradle.com/downloads/develocityctl/develocityctl-1.22.0.jar.asc.sha256)
    

```shell
curl -L -o develocityctl.jar https://docs.gradle.com/downloads/develocityctl/develocityctl-1.22.0.jar
```

<a id="docker"></a>

#### Docker

```shell
docker pull gradle/develocityctl:1.22.0
```

<a id="previous-releases"></a>

## Previous Releases

If you are looking for information about previous releases of the `develocityctl`, please refer to the [release history](https://docs.gradle.com/develocity/develocityctl/1.22/release-history/).

* * *

If you have any questions or need any assistance contact the Develocity support team or your customer success representative.