What's Changed
Bug fixes
* Unable to add a user to a group with tabcmd 2.0 if username contains uppercase by bhuvneshdev in https://github.com/tableau/tabcmd/pull/218
* Fix spaces in filters https://github.com/tableau/tabcmd/issues/176 (https://github.com/tableau/tabcmd/pull/225)
* fix filepath handling in Get command by (https://github.com/tableau/tabcmd/pull/277)
* Fix for "this application can't be opened" error on opening tabcmd.app on Mac by renoyjohnm in https://github.com/tableau/tabcmd/pull/285
Features/additional options
* new command 'list' for workbooks, flows, etc (https://github.com/tableau/tabcmd/pull/230)
* handle new arguments for extract jobs: --include-all, --synchronous, --timeout (https://github.com/tableau/tabcmd/pull/227)
* handle --overwrite argument in publishing (https://github.com/tableau/tabcmd/pull/236)
* handle setting proxy for connection by jacalata in https://github.com/tableau/tabcmd/pull/241
* set user agent version, remove some duplicate logging
Dependency updates:
- remove argparse (now in standard lib)
- update tsc
- revert to pyinstaller 5.13 (from 6) to prevent scanners from alerting on windows app as malware (https://github.com/tableau/tabcmd/pull/279)
Test reliability improvements and additional test assets added.
**Full Changelog**: https://github.com/tableau/tabcmd/compare/v2.0.13...v2.0.14
New Contributors
* renoyjohnm made their first contribution in https://github.com/tableau/tabcmd/pull/285
* fabaff made their first contribution in https://github.com/tableau/tabcmd/pull/282
Downloads:
**Windows:**
Download tabcmd.exe. Move the file from Downloads to the folder of your choice, and then open a command line in that folder.
**Mac:**
- Choose between tabcmd.app.tar or tabcmd_arm64.app.tar for your system and download (how to choose: https://www.quora.com/Is-my-Mac-ARM-or-x64)
- Double-click the downloaded file to extract from the .tar file
- Open the Terminal in Applications and run _open -a tabcmd_
**Linux:**
tabcmd.zip is a Linux app. Unzip and move the executable to the folder of your choice.