I want to upload instances using CDF Toolkit. For example, data model I can get dump yaml from existing data model using toolkit like following:
cdf dump datamodel
I want to get the dump yaml of instances from my existing space and data model which I can use it to later deploy using toolkit to different space or env.
I checked the doc here: https://docs.cognite.com/cdf/deploy/cdf_toolkit/references/resource_library#nodes
But creating yaml file manually would be too hard. I have also tried to get dump yaml using python sdk but that dump yaml looks incomplete to be used for deployment.