Gå til innhald

Plugins

Plugins are only supported for Cognite Toolkit version 0.3.0 and later and add extra functionality to interact with Cognite Data Fusion (CDF).

Enable and disable plugins

To enable or disable plugins, edit your cdf.toml file. This example enables the run and dump plugins, and disables the pull plugin:

...
[plugins]
run = true
dump = true
pull = false
...

Plugins

  • Run — run Cognite Functions locally and live.

  • Pull — download a governed configuration made or updated in the CDF application, for example a transformation, to your local machine.

  • Dump — download the configuration of a CDF resource to your local machine.