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:
-
Enable the plugin in the
cdf.toml
file:cdf.toml...
[plugins]
run = true -
Follow the steps in the illustration below to run a Function:
For up-to-date information on the available resources to run, use the cdf run --help
command