install-dt
Original:🇺🇸 English
Translated
Install the Dovetail dt CLI via npm or npx, then run initial workspace setup.
9installs
Sourcedovetail/skills
Added on
NPX Install
npx skill4agent add dovetail/skills install-dtTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Install the Dovetail CLI (dt
)
dtInstalls , the Dovetail command-line tool for importing content from Notion, Confluence, Google Drive, Airtable, Marvin, Condens, EnjoyHQ, Productboard, local files, and more.
dtInstallation
Option 1: Global install via npm (recommended)
bash
npm install -g @heydovetail/dtVerify:
bash
dt --versionOption 2: One-off use via npx
bash
npx @heydovetail/dt <command>Use this in CI/CD or when a global install is not possible.
Initial setup
After installing, run the setup wizard to connect your Dovetail workspace:
bash
export DOVETAIL_API_KEY="your-api-key" # from your workspace Settings > API
dt initdt initRun a health check at any time:
bash
dt doctorWhen to use
- Before running any commands for the first time
dt - When setting up a new machine or CI environment
- Use global install when will be called repeatedly
dt - Use npx for one-off or ephemeral environments
Troubleshooting
| Issue | Fix |
|---|---|
| Run |
| Permission denied during global install | Use |
| Confirm |