Usage: vws update-target [OPTIONS]

  Update a target.

  See
  https://developer.vuforia.com/library/web-api/cloud-targets-web-services-api#update

Options:
  --width FLOAT                   The width of the target in the Vuforia
                                  database.
  --application-metadata TEXT     The base64 encoded application metadata
                                  associated with the target.
  --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]
  --name TEXT                     The name of the target in the Vuforia
                                  database.
  --image FILE                    The path to an image to upload and set as the
                                  target image.
  --active-flag [true|false]      Whether or not the target is active for query.
  --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]
  --connection-timeout-seconds FLOAT RANGE
                                  The connection timeout for HTTP requests, in
                                  seconds.  [default: 30; x>=0.05]
  --read-timeout-seconds FLOAT RANGE
                                  The read timeout for HTTP requests, in
                                  seconds.  [default: 30; x>=0.05]
  -h, --help                      Show this message and exit.
