tabcmd icon indicating copy to clipboard operation
tabcmd copied to clipboard

Unrecognized option: --token-name

Open lenzyh opened this issue 1 year ago • 2 comments

Hi I am facing issues to login using tabcmd when using PATs as login credentials. The reason I want to use PATs is that my org previously implemented MFA ps: tabcmd version : 2.0.12

lenzyh avatar Jan 29 '24 02:01 lenzyh

Could you tell me how you are running the program? e.g did you download an executable from the releases page? What is the exact command line you are using?

jacalata avatar Feb 05 '24 20:02 jacalata

My guess you have one of the versions of tabcmd which has a different command switch. Run tabcmd login -h and look at the commands in the help page. In one of the versions it was switched from -tn to --token-name. If you use --token-name and the command expect -tn it will error out.

kamil234 avatar Mar 14 '24 20:03 kamil234