Skip to content

Subscription status list in CLI docs is missing values #1001

Open
@sgillies

Description

@sgillies

https://planet-sdk-for-python-v2.readthedocs.io/en/latest/cli/cli-subscriptions/#subscription-results

{code}
The available statuses are created, queued, processing, failed, and success. Note it's quite useful to use jq to help filter out results as well.
{code}

But ...

{code}
planet subscriptions list --status asdf
Usage: planet subscriptions list [OPTIONS]
Try 'planet subscriptions list --help' for help.

Error: Invalid value for '--status': 'asdf' is not one of 'running', 'cancelled', 'preparing', 'pending', 'completed', 'suspended', 'failed'.
{code}

The error message lists the correct statuses, but the docs do not.

https://developers.planet.com/docs/subscriptions/#subscription-status

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions