skillfed

cognite-toolkit

Official Cognite Data Fusion tool for project templates and configuration deployment

cognite-toolkit v0.8.164 85.7K downloads/30d#13,901 on PyPI22
Permissive license Apache-2.0 Active released

What it is and what it does

The Cognite Data Fusion Toolkit is a CLI and automation tool for managing Cognite Data Fusion projects. It operates in three modes: as an interactive command-line interface for retrieving and pushing CDF service configurations (datasets, data models, transformations), as a scripting tool for version-controlled YAML-based project lifecycle management with DevOps support, and as a deployment mechanism for official and custom project templates. The tool integrates with the Cognite SDK and uses a rich CLI stack (typer, rich, questionary) to provide an interactive experience, while supporting headless automation through configuration files.

It is designed for both manual administration alongside the CDF web application and for automated infrastructure-as-code workflows across development, staging, and production environments. The package ships with modularized templates following Cognite best practices and is actively maintained with support for modern Python versions (3.10–3.13).

Use it for:

  • Initialize and configure new Cognite Data Fusion projects quickly using bundled templates.
  • Automate CDF project configuration across multiple environments (dev, staging, prod) using version-controlled YAML files.
  • Retrieve current CDF service configurations and push updates without manual web UI interaction.
  • Deploy Cognite or partner-provided project templates to standardize CDF setup.
  • Integrate CDF administration into CI/CD pipelines for infrastructure-as-code workflows.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

A command-line tool for configuring, administrating, and deploying Cognite Data Fusion projects through interactive commands, scripted YAML workflows, and bundled project templates.

Yes. The package is actively maintained, has no known vulnerabilities, uses a permissive Apache-2.0 license, and installs with low friction. It is the official tool for CDF project administration and template deployment, making it essential for anyone managing Cognite Data Fusion projects at scale or automating their configuration.

Install

cognite-toolkit on PyPI

pip

pip install cognite-toolkit

uv

uv add cognite-toolkit

poetry

poetry add cognite-toolkit

Installing cognite-toolkit

Before you install

Low install friction with a pure Python wheel. Actively maintained with a release on 2026-08-14 and an active repository. Requires Python 3.10 or later.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions.

Quickstart

pip install cognite-toolkit
cdf --help

Requires Python 3.10 or later; authentication to a Cognite Data Fusion project is needed for actual operations.

Verify before relying

  • Whether the tool requires Cognite Data Fusion account credentials or API keys to function beyond --help.
  • Whether templates can be customized or extended without modifying the package source.
  • Performance characteristics when managing large CDF projects or complex configurations.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 18 — python-dotenv, cognite-sdk, httpx, pandas, pyyaml, typer, rich, questionary, tomli, packaging, typing-extensions, toml, sentry-sdk, mixpanel, pydantic, python-dateutil, pip, filelock
Maintenance actively maintained — 0 days since the last release
Last repo commit
First released
Downloads 85,743/month — #13,901 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: cognite_toolkit-0.8.164-py3-none-any.whl

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Software Development :: Build Tools

Tags

cognite data fusion clicdf project configuration toolcognite deployment automationcdf template deploymentcognite project administrationcdf configuration managementcognite devops toolkit
cli-toolinfrastructure-as-codecognite-ecosystem

More Build Tools packages