--- id: pulp-cli version: "0.40.2" license: GPL-2.0-or-later license_treatment: copyleft maintenance: active --- # pulp-cli — Command line interface to talk to pulpcore's REST API. License: copyleft · Maintenance: active · Downloads: 121.9K/mo ## What it is and what it does Pulp-cli is a command-line tool that acts as a client to Pulp 3's REST API, designed for system administrators who need to manage content repositories and distributions from the terminal. It wraps Pulp's HTTP API in a user-friendly CLI, handling authentication, configuration, and common repository operations through simple commands rather than direct API calls. The package depends on click for command parsing, PyYAML and schema for configuration validation, and pulp-glue for core API interaction logic. It is actively maintained and supports current Python versions, though it remains in beta and may introduce breaking changes. The tool is intended for operators managing Pulp deployments at scale, particularly in environments where scripting and automation are needed. Use it for: - Automate repository creation, synchronization, and content distribution workflows in Pulp deployments via shell scripts. - Manage multiple Pulp instances and their configurations from a single administrative workstation. - Integrate Pulp operations into CI/CD pipelines for automated package publishing and distribution. - Query and inspect Pulp repository status, content, and distribution settings without writing custom API clients. - Configure and maintain Pulp repositories as code using YAML configuration files. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. A command-line interface for interacting with Pulp 3's REST API, allowing administrators to manage Pulp repositories and content from the terminal. Yes, if you are a system administrator managing a Pulp 3 deployment and need CLI access to its REST API. The package is actively maintained, has low install friction, and is well-positioned in the PyPI ecosystem. The GPL-2.0-or-later license is a consideration for proprietary environments. The beta status is not a blocker for production use but signals that API changes are possible; review the changelog before upgrading. ## Install pip install pulp-cli uv add pulp-cli poetry add pulp-cli ## Installing pulp-cli Before you install: Low install friction with a pure-Python wheel and six lightweight runtime dependencies (click, PyYAML, schema, tomli, tomli-w, pulp-glue). The package is actively maintained with a release from 2026-08-12, though it remains in beta status and may introduce backwards-incompatible changes in future releases. License in practice: Licensed under GPL-2.0-or-later (copyleft). Any derivative work or distribution must comply with GPL terms, including source code disclosure obligations. This is a consideration for proprietary or closed-source deployments. Quickstart: pip install pulp-cli pulp --help Requires Python 3.10 or later; Python 3.16 and above are not supported. Verify before relying: - Whether pulp-glue introduces additional system or network requirements beyond what the CLI itself needs. - What specific Pulp 3 server versions are compatible with this CLI version. - Whether the beta status indicates active API instability or simply a conservative maturity label. ## Package facts - License: GPL-2.0-or-later (copyleft) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 121.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags pulp command line interface, pulp cli tool, pulp repository management, pulp rest api client, pulp content distribution, pulp admin cli, pulp package management, cli-tool, package-management, rest-api-client [View on SkillFed](https://skillfed.io/packages/pulp-cli) · [View on PyPI](https://pypi.org/project/pulp-cli/)