Usage: vws add-target [OPTIONS]

  Add a target.

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

Options:
  --width FLOAT                   The width of the target in the Vuforia
                                  database.  [required]
  --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.  [required]
  --image FILE                    The path to an image to upload and set as the
                                  target image.  [required]
  --active-flag [true|false]      Whether or not the target is active for query.
                                  [default: true]
  --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.
