Skip to main content
Enable the Data plugin in your cdf.toml file. In addition, you can enable alpha features to support downloading and uploading datapoints and file content.
cdf.toml
# ...

[plugins]
data = true

[alpha_flags]
# Enabling alpha features
# To support downloading datapoints and file content.
extend-download = true
# To support uploading files with content.
extend-upload = true

# ...
For up-to-date information on the available commands, use the cdf data --help command.
Last modified on January 28, 2026