Usage: vws wait-for-target-processed [OPTIONS]

  Wait for a target to be "processed". This is done by polling the VWS API.

Options:
  --seconds-between-requests FLOAT RANGE
                                  The number of seconds to wait between requests
                                  made while polling the target status. We wait
                                  0.2 seconds by default, rather than less, than
                                  that to decrease the number of calls made to
                                  the API, to decrease the likelihood of hitting
                                  the request quota.  [default: 0.2; x>=0.05]
  --timeout-seconds FLOAT RANGE   The maximum number of seconds to wait for the
                                  target to be processed.  [default: 300;
                                  x>=0.05]
  --server-access-key TEXT        A Vuforia server access key to use to access
                                  the Vuforia Web Services API.  [env var:
                                  VUFORIA_SERVER_ACCESS_KEY; required]
  --server-secret-key TEXT        A Vuforia server secret key to use to access
                                  the Vuforia Web Services API.  [env var:
                                  VUFORIA_SERVER_SECRET_KEY; required]
  --target-id TEXT                The ID of a target in the Vuforia database.
                                  [required]
  --base-vws-url TEXT             The base URL for the VWS API.  [default:
                                  https://vws.vuforia.com]
  -h, --help                      Show this message and exit.
