Metadata-Version: 2.4
Name: pulp-cli-workflow
Version: 0.0.1
Summary: Command line interface to talk to pulpcore's REST API. (Workflow plugin commands)
Author-email: Pulp Team <pulp-list@redhat.com>
License-Expression: MIT
Project-URL: repository, https://github.com/pulp/pulp-cli-workflow
Project-URL: changelog, https://github.com/pulp/pulp-cli-workflow/blob/main/CHANGES.md
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Software Distribution
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pulp-cli<0.41,>=0.32.0
Requires-Dist: pulp-glue-workflow==0.0.1
Dynamic: license-file

# Pulp CLI Workflow Plugin

A pulp-cli plugin for managing [Pulp workflows](https://github.com/pulp/pulp_workflow).

## Usage

```bash
pulp workflow list
pulp workflow show --name <name>
pulp workflow create --name <name> --task '<json>'
pulp workflow cancel --name <name>
pulp workflow label set --name <name> --key <key> --value <value>
```
