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

The Windows executable properties still show 0.1.1.0.

enhancement

add parameters: size=640,640, height, width

parity
server-side

Filtering the data in a viz for export only works when exporting a single view at a time. tabcmd export /WorldIndicators/Population --pdf -f b1.pdf --filter "Birth Rate Bin=1.5-3%" https://github.com/tableau/tabcmd/issues/176#issuecomment-1451113454_

parity
in-progress
server-side

Following the "createsiteusers" command documentation [here](https://tableau.github.io/tabcmd/docs/tabcmd_cmd.html#createsiteusers-filenamecsv) and the CSV Import File Guidelines [here](https://help.tableau.com/current/online/en-us/csvguidelines.htm), I attempted to create a new user using a CSV file with the following entry: _email address_,,,Explorer,None,true...

bug
Needs Investigation

I am testing tabcmd 2.0 prior to implementing in a production environment and have run into an issue. In my current 1.0 scripts, I first connect to a session and...

bug
Needs Investigation

This is to keep tabcmd1 and tabcmd2 on par. I'm using these in tabcmd1 already for years.

parity
fixed
2.0.12

-c, --use-certificate Use client certificate to sign in. Required when mutual SSL is enabled. -x, --proxy Host:Port Uses the specified HTTP proxy. --no-proxy When specified, an HTTP proxy will not...

parity
fixed
2.0.12

This way they too do not have to be typed in the command prompt but can be put in files with proper access controls.

feature add
fixed
2.0.12

Existing behavior: if( ( m_sessionData.getUsername() == null ) && !m_sessionData.getUseCertificate() ){   | String username = System.getProperty("user.name");   | m_sessionData.setUsername(username);   | m_logger.info(m_i18n.getString("session.inferred_username", username));

parity
fixed
2.0.12

We are not sure if these arguements are implemented as there is discrepancy between v2.0.8 release note and the tabcmd2 cmd page. We are currently using tabcmd2 v2.0.11 on red...

bug
Needs Investigation