Passer au contenu principal

Dump plugin

Use the Dump plugin to download the configuration of a Cognite Data Fusion (CDF) resource that is not governed by the Cognite Toolkit.

Use the information in the downloaded configuration files to create new modules to manage with the Cognite Toolkit.

To use the Dump plugin:

  1. Enable the plugin in the cdf.toml file:

    cdf.toml
    ...

    [plugins]
    dump = true

  2. Dump the configuration:

    cdf dump

    Follow the prompts to select the configuration you want to dump.

For up-to-date information on the available resources to dump, use the cdf dump --help command.