dt
Overview
The dt command is the main entry point for the Datatailr Tool. Use this command to see available subcommands and general usage information.
The CLI is available in two ways:
- From a Datatailr workstation — the
dtcommand is pre-installed and ready to use in every workstation. - By installing the Python SDK — install the
datatailrpackage withpip install --user datatailr(orpip install datatailrin a virtual environment), then runpython -m datatailr setup-clito connect to a remote cluster. See Python SDK for details.
Synopsis
dt COMMAND SUBCOMMAND [OPTIONS] [ARGUMENTS]
Available Commands
dt blob- Read and write data from/to blob storagedt cost- View compute costs and manage budgetsdt dns- Read and write DNS recordsdt email- Enable email sending and send emailsdt group- Interact with groupsdt job- Start, stop, schedule and list jobs and runsdt kv- Read and write values from/to the key/value storedt log- Read logging outputdt node- Start, stop list nodesdt registry- Interact with the docker registrydt settings- Read and write settingsdt sms- Send sms messagesdt system- List/get Datatailr system resourcesdt tag- Interact with tagsdt user- List, add and remove usersdt view- Query SQL views