usage: cadc-tap create [-h]
                       [--cert CERT | -n | --netrc-file NETRC_FILE | -u USER | -a]
                       [-s SERVICE] [-q | -v] [-f {VOSITable,VOTable}]
                       TABLENAME TABLEDEFINITION

Create a table

To obtain the host associated with a service, execute a subcommand
with the service in verbose mode without specifying any authentication
option

If no authentication option is specified, cadc-tap will determine the
host associated with the service and look in the ~/.netrc file for the
host, and if found, will use the -n option. If not, cadc-tap will look
for ~/.ssl/cadcproxy.pem file, and if found, will use the --cert
option. If not, cadc-tap will use the --anon option.

positional arguments:
  TABLENAME             name of the table (<schema.table>) in the tap service
  TABLEDEFINITION       file containing the definition of the table or "-" if
                        definition in stdin

optional arguments:
  -a, --anon            use the service anonymously
  --cert CERT           location of your X509 certificate to use for
                        authentication (unencrypted, in PEM format)
  -f, --format {VOSITable,VOTable}
                        format of the table definition file. Default VOSITable
                        format
  -h, --help            show this help message and exit
  -n                    use .netrc in $HOME for authentication
  --netrc-file NETRC_FILE
                        netrc file to use for authentication
  -q, --quiet           run quietly
  -s, --service SERVICE
                        service this command accesses. Both IDs in short form
                        (<service>) or the complete one
                        (ivo://cadc.nrc.ca/<service>) as well as actual URLs
                        to the root of the service (https://someurl/service)
                        are accepted. Default is: ivo://cadc.nrc.ca/youcat
  -u, --user USER       name of user to authenticate. Note: application
                        prompts for the corresponding password!
  -v, --verbose         verbose messages
