Usage: vws add-target [OPTIONS]

  Add a target.

  See
  https://library.vuforia.com/articles/Solution/How-To-Use-the-Vuforia-Web-Services-API#How-To-Add-a-Target

Options:
  --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]
  --width FLOAT                The width of the target in the Vuforia database.
                               [required]
  --image FILE                 The path to an image to upload and set as the
                               target image.  [required]
  --application-metadata TEXT  The base64 encoded application metadata
                               associated with the target.
  --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]
  -h, --help                   Show this message and exit.
