Skip to content

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 workspace — the dt command is pre-installed and ready to use in every workspace.
  • By installing the Python SDK — install the datatailr package with pip install datatailr, then run datatailr setup-cli and dt login to 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 storage
  • dt dns - Read and write DNS records
  • dt email - Enable email sending and send emails
  • dt group - Interact with groups
  • dt job - Start, stop, schedule and list jobs and runs
  • dt kv - Read and write values from/to the key/value store
  • dt log - Read logging output
  • dt node - Start, stop list nodes
  • dt registry - Interact with the docker registry
  • dt settings - Read and write settings
  • dt sms - Send sms messages
  • dt system - List/get Datatailr system resources
  • dt tag - Interact with tags
  • dt user - List, add and remove users