Pull plugin
Use the Pull plugin to develop a configuration, for example a transformation, in Cognite Data Fusion (CDF) and pull the configuration down to your local machine.
The plugin assumes that the configuration is already governed by the Cognite Toolkit. You can not pull down a configuration that is not governed by the Cognite Toolkit.
To use the Pull plugin:
-
Enable the plugin in the
cdf.toml
file:cdf.toml...
[plugins]
pull = true -
Pull the configuration:
cdf pull transformation
Follow the prompts to select the configuration you want to pull.
For up-to-date information on the available resources to pull, use the cdf pull --help
command.