Hello,
Is it possible to use the CLI to pull only a particular set of resources instead of the entire account config?
Two examples that have come up in my own workflow:
- Pull only entities of a certain entity type from the Knowledge Graph
- Pull only a single frontend repository
Thanks!
DJ
yes it is possible to pull only specific resources. We have flags that make it possible to only pull resources of a certain resource type, resources in a certain namespace, or a single resource based on the name of the resource. You can also specify certain resources to exclude using flags as well. Check out the documentation here: pull | Hitchhikers