Usage: vumark [OPTIONS]

  Generate a VuMark instance.

  See
  https://developer.vuforia.com/library/vuforia-engine/web-api/vumark-generation-web-api/

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]
  --target-id TEXT                The ID of a target in the Vuforia database.
                                  [required]
  --instance-id TEXT              The instance ID to encode in the VuMark.
                                  [required]
  --format [png|svg|pdf]          The output format for the generated VuMark.
                                  [default: png]
  --output FILE                   The path to write the generated VuMark to.
                                  [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]
  --version                       Show the version and exit.
  --help                          Show this message and exit.
