Skip to main content
Version: 2.0.0

tdk login

Login to the Tabsdata Server

tdk login \
--server https://tabsdata.example.com \
--user admin \
--password tabsdata
FlagTypeRequiredDescription
--server, -sstringRequiredURL of the Tabsdata Server. Defaults to the server set with 'tdk set --server'; will be prompted for it if neither is provided. If omitted, the protocol defaults to 'http://' and the port to 2457.
--user, -ustringRequiredUsername for the Tabsdata Server. Will be prompted for it if not provided.
--password, -pstringRequiredPassword for the Tabsdata Server. It is discouraged to send the password as a plain argument, it should be either sent as the value of an environment variable or written through the prompt. Will be prompted for it if not provided.