tabcmd
tabcmd copied to clipboard
A Python based app that replicates the functionality of the existing TabCMD command line utility
Applies to CreateUsers and [CreateSiteUsers](https://help.tableau.com/current/server/en-us/tabcmd_cmd.htm#createsiteusers): --no-wait By default, this command creates users using a synchronous operation (it waits for all operations to complete before proceeding). You can use the --no-wait...
when we create an executable from this code, if users run the executable as sudo , home_path will be /root/ and not home. Maybe we should just add a note...
e.g during https://github.com/tableau/tabcmd/pull/43 server: http://localhost site: "Default" aka empty string port: 8000
Related to https://github.com/tableau/tabcmd/issues/168 Current behavior: python -m tabcmd login --server https://online.tableau.com --site tabcmd --token-name jac --token-file nonexistent.txt -- output says there was an error signing in Expected behavior: output says...
See https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_users_and_groups.htm#add_user_to_site
tabcmd.exe : Tabcmd 2.0.14 At line:13 char:12 + $output = & "C:\TEST\tabcmd.exe" login --server “https://10ax.online ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (Tabcmd 2.0.14 :String) [], RemoteException + FullyQualifiedErrorId :...
I try to login to my local Tableau Server without providing a password in the command, but it does not ask for the password. It returns the following error "...missing...
User import fails when the license title is given as "Creator", "Explorer" etc - it requires "creator", "explorer" etc. Probably best to fix this within tsc and then pull in...