Docs
CLI
The DataKit CLI dtkt is the primary interface for developing integrations and flows.
Installation
Package Managers
Homebrew
dtkt is available via our official Homebrew tap
Install the Binary
Binary
You can download the binary from the releases page on GitHub.
Install Script
You can also leverage our install script which securely performs the binary installation for you.
By default, it installs to ~/.local/bin/dtkt:
It is possible to override the installation directory with the -d,--dir parameter:
Or install a specific version of the binary:
Build from Source
Go Modules
Ensure that you have a supported version of Go properly installed and setup. You can find the minimum required version of Go in the CLI's go.mod file.
You can then install the latest release globally by running:
Or you can install into another directory:
Setup completions
Generate completions via:
Install these to your preferred shell.