Skip to main content

A command line client for working with Tableau Server.

Project description

Tabcmd

Tableau Supported Code style: black Python tests Pypi smoke tests

An open source, cross platform command-line utility which you can use to automate site administration tasks on your Tableau Server site.

Download exe (or rpm/deb)

tabcmd [command_name] [--flags]

e.g

  • tabcmd login --username [username] --password [password] --server [server_name] --site [site_name]
  • tabcmd createproject --name [project_name]
  • tabcmd help

###or

Install on the command line

(Note: this requires Python 3.7+. Generally we will actively support versions of Python that are still in security support).

pip install tabcmd

Or install the current work-in-progress version from Git
Only do this if you know you want the development version, no guarantee that we won't break APIs during development

pip install git+https://github.com/tableau/tabcmd.git@development

If you go this route, but want to switch back to the non-development version, you need to run the following command before installing the stable version:

pip uninstall tabcmd

Run tabcmd

To run tabcmd from your local copy, from a console window in the same directory as the file tabcmd.py:

  1. Clone the repo
  2. Run pip install .
  • build

python setup.py build

  • run tests

pytest

  • run tests against a live server

python -m tabcmd login {your server info here} pytest -q tests\e2e\online_tests.py -r pfE

coverage run -m pytest && coverage report -m

black --line-length 120 tabcmd tests [--check]

  • type check with mypy

mypy tabcmd tests

  • packaging is done with pyinstaller. You can only build an executable for the platform you build on.
  • To package a release, we first bump the version with doit version and build as 2.x.0 before packaging

pyinstaller tabcmd\tabcmd.py --clean --noconfirm

produces dist/tabcmd.exe To run tabcmd during development, from a console window in the same directory as the file tabcmd.py:

dist/tabcmd/tabcmd.exe --help

  • python -m tabcmd.py [command_name] [--flags]
    • Examples:
      • tabcmd.py login --username [username] --password [password] --server [server_name] --site [site_name]
      • tabcmd.py createproject --name [project_name]
      • tabcmd.py help

For more examples and information about the available commands and options, see the user documentation at https://tableau.github.io/tabcmd/

Release Notes

Version 2 is the first version of tabcmd built in python. It is specifically targeted to support users of Tableau Online, who are required to have MFA enabled. (MFA support is not available in the tabcmd program that ships with Tableau Server).

Version 2 does not yet fully replace the existing tabcmd client, in particular it does not support most server admin actions. For known gaps in supported functionality, see the latest release notes

About

Tabcmd has been shipped with Tableau Server, and for at least 2022 it will continue being shipped with new installs of Server. This new version of tabcmd can be updated for users at any time, without waiting for a new release of Server. Significant new features will only be added to this new version.

Which one do I have?

Copies of tabcmd that shipped with Tableau Server are referred to by the version number they shipped in: e.g. tabcmd 2020.4, tabcmd 2021.4, etc. The first version built in python is tabcmd 2.0. To see the version of your current tabcmd, run

tabcmd -v

Will one of them go away?

At some point in the future, tabcmd will no longer be included with Tableau Server. We have no intention of breaking Server install flows. If you have specific suggestions or concerns on what that will look like, feel free to open an issue here or a thread on the Community Forums.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tabcmd-2.0.12.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

tabcmd-2.0.12-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file tabcmd-2.0.12.tar.gz.

File metadata

  • Download URL: tabcmd-2.0.12.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for tabcmd-2.0.12.tar.gz
Algorithm Hash digest
SHA256 9ec409583cd2cd27355919394c197f13b3297e4f30183d42b044c05882cac423
MD5 ba41c709bdc1dbf79185157171644bd8
BLAKE2b-256 1ef8797b777881f590b78317f099be3504baf4a1d0c3ea3766fca73adb69c8b2

See more details on using hashes here.

File details

Details for the file tabcmd-2.0.12-py3-none-any.whl.

File metadata

  • Download URL: tabcmd-2.0.12-py3-none-any.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for tabcmd-2.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 fbf1c5815b987526e17a7be7cb8a584842dbf6f5139dff1a4ab8c7189bef3600
MD5 b9cee96b7990dbbb164166ec4bb46f7d
BLAKE2b-256 eb393334d4ebaf5fa652563184ff8395ebb95f9343745714e5bb372932ac2d2b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page