# DuploCtl CLI

## DuploCtl Overview

[DuploCtl](https://cli.duplocloud.com/) is more than just a tool; it's the backbone of DuploCloud’s [CI/CD](https://docs.duplocloud.com/docs/introduction-to-ci-cd) ecosystem and the source of all DuploCloud-supported CI/CD tools. If you're a DuploCloud user working in a [CI/CD](https://docs.duplocloud.com/docs/introduction-to-ci-cd) environment, DuploCtl is your central access point to leverage the strengths and features of multiple CI/CD tools and manage your workflows in a unified way.

By giving you the flexibility to interact with the DuploCloud API directly from your local terminal, [DuploCtl ](https://cli.duplocloud.com/)allows you to execute commands locally with precision and control. For those looking to push the boundaries of automation, DuploCtl's Python-based framework provides the tools you need to create custom integrations and automation tailored to your unique needs.

[DuploCtl](https://cli.duplocloud.com/Home/) is a versatile and powerful tool that enhances cloud management, development efficiency, and process automation. With DuploCtl, you're not just interacting with the cloud but taking command of it.

[Download the latest version of DuploCtl here.](https://cli.duplocloud.com/Installation/)

## Key DuploCtl Applications

**CI/CD Integration:** DuploCtl is the prerequisite and gateway for interacting with DuploCloud’s CI/CD environment. By leveraging DuploCtl’s capabilities, users can enjoy a cohesive workflow experience, regardless of which CI/CD tools they choose. CI/CD tools that integrate with DuploCtl include:

* [GitHub Actions](https://github.com/marketplace/actions/duplocloud)
* [GitLab CLI](https://gitlab.com/explore/catalog/duplocloud/ci)
* [Bitbucket Pipes](https://bitbucket.org/duplocloud/duploctl-pipe)
* [CircleCI Orbs](https://circleci.com/developer/orbs/orb/duplocloud/orbs)

**Local Command Execution:** DuploCtl enables cloud administrators to execute commands and call APIs in their local sessions, providing complete control over cloud resources.

**Developer Access:** Local developers can use DuploCtl to access DuploCloud services directly through their terminal, improving efficiency and reducing the friction often associated with remote cloud management.

**Custom Integrations and Automations:** DuploCtl empowers users to develop bespoke integrations and automate repetitive tasks according to their needs.

## Resources

[Learn more about DuploCtl.](https://cli.duplocloud.com/)

[Download the latest version of DuploCtl.](https://pypi.org/project/duplocloud-client/)

[Visit the DuploCloud CI/CD section.](https://docs.duplocloud.com/docs/introduction-to-ci-cd)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.duplocloud.com/docs/automation-platform/automation-and-tools/duploctl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
