You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{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://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
The text was updated successfully, but these errors were encountered: