tdk login
Login to the Tabsdata Server
tdk login \
--server https://tabsdata.example.com \
--user admin \
--password tabsdata
| Flag | Type | Required | Description |
|---|---|---|---|
--server, -s | string | Required | URL 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, -u | string | Required | Username for the Tabsdata Server. Will be prompted for it if not provided. |
--password, -p | string | Required | Password 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. |