Zum Hauptinhalt wechseln

Run plugin

Use the Run plugin to run Cognite Functions locally and live, for example to debug or test Functions before deploying them to Cognite Data Fusion (CDF).

To use the Run plugin:

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

    cdf.toml
    ...

    [plugins]
    run = true

  2. Follow the steps in the illustration below to run a Function:

    Use the Run plugin to test Functions

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