tabcmd icon indicating copy to clipboard operation
tabcmd copied to clipboard

A Python based app that replicates the functionality of the existing TabCMD command line utility

Results 74 tabcmd issues
Sort by recently updated
recently updated
newest added

will need for query endpoints

feature add

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...

parity

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...

documentation

e.g during https://github.com/tableau/tabcmd/pull/43 server: http://localhost site: "Default" aka empty string port: 8000

documentation

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...

enhancement

See https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_users_and_groups.htm#add_user_to_site

bug
in-progress

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 :...

documentation

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...

bug

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...

bug