Metadata-Version: 2.1
Name: cirrus-mgmt
Version: 0.1.1
Summary: cirrus-geo plugin providing deployment management commands
Home-page: https://github.com/cirrus-geo/cirrus-mgmt
Author: Jarrett Keifer (jkeifer), Element 84
License: Apache-2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click-option-group >=0.5.5
Requires-Dist: cirrus-geo >=0.9.0
Requires-Dist: backoff >=2.2.1

[![build-status-image]][build-status]
[![coverage-status-image]][codecov]
[![pypi-version]][pypi]

# cirrus-mgmt

cirrus-mgmt is a plugin for the [cirrus-geo] processing pipeline framework to
add deployment management commands to the `cirrus` cli. The commands allow
users to perform common tasks like getting payload states, processing payloads,
and testing workflows.

## Quickstart

cirrus-mgmt is `pip`-installable:

```
pip install cirrus-mgmt
```

When installed alonside [cirrus-geo], it will add several subcommands to the
`cirrus` cli:

```
cirrus deployments
cirrus manage
cirrus payload
```

See the [full plugin documentation][docs] for more information on use.

[docs]: https://cirrus-geo.github.io/cirrus-mgmt/
[cirrus-geo]: https://github.com/cirrus-geo/cirrus-geo
[build-status-image]: https://github.com/cirrus-geo/cirrus-mgmt/actions/workflows/python-test.yml/badge.svg
[build-status]: https://github.com/cirrus-geo/cirrus-mgmt/actions/workflows/python-test.yml
[coverage-status-image]: https://img.shields.io/codecov/c/github/cirrus-geo/cirrus-mgmt/master.svg
[codecov]: https://codecov.io/github/cirrus-geo/cirrus-mgmt?branch=main
[pypi-version]: https://img.shields.io/pypi/v/cirrus-mgmt.svg
[pypi]: https://pypi.org/project/cirrus-mgmt/
