usage: cadc-tap index [-h]
                      [--cert CERT | -n | --netrc-file NETRC_FILE | -u USER]
                      [--host HOST] [-d | -q | -v] [-U] [-s SERVICE]
                      TABLENAME COLUMN

Create a table index

positional arguments:
  COLUMN                name of the column to create the index for
  TABLENAME             name of the table in the tap service to create the
                        index for

optional arguments:
  --cert CERT           location of your X509 certificate to use for
                        authentication (unencrypted, in PEM format)
  -d, --debug           debug messages
  -h, --help            show this help message and exit
  --host HOST           base hostname for services - used mainly for testing
                        (default: www.cadc-ccda.hia-iha.nrc-cnrc.gc.ca)
  -n                    use .netrc in $HOME for authentication
  --netrc-file NETRC_FILE
                        netrc file to use for authentication
  -q, --quiet           run quietly
  -s, --service SERVICE
                        set the TAP service. Use ivo format, eg. default is
                        ivo://cadc.nrc.ca/youcat
  -U, --unique          index is unique
  -u, --user USER       name of user to authenticate. Note: application
                        prompts for the corresponding password!
  -v, --verbose         verbose messages
