On my windows machine I have CQLSH working and using a .cert file Now I am starting to use DSBulk, but can't get the command line to know where to find my certificate. I have a cert file here: C:\myfolder\mycert.cer
Here is a sample of my command line: dsbulk count --ssl -u "myusername" -p "mypassword" -h "123.12.123.12" -k "mykeyspace" -query "select count(*) from mytable;"
the error message: Operation failed: Expecting long or short option, got: 'myusername'
I suspect that I need to modify my command parameters to reference the cert file. Any advice would be greatly appreciated!