Transform command is not removing fluent files for resources that are not present on the instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
now-sdk version: 4.7.0
When running "now-sdk transform -a myUser", I am expecting that it should by syncing with the exact, current state of the application on the instance (and this happens for resources that exist). But if a resource is not present on the instance, but is defined in my fluent code locally the transform is not removing these fluent files locally. Is this the intended behavior? I have tried finding documentation that explains the transform command more in depth, but I am not able to find an answer to this question.
So I have 2 questions:
1. Should transform command be expected to sync exactly with state of application on the target instance? Or only for application files that are present on the application? Or how does this work?
2. Any transform specific "deep dives" that are documented anywhere that could help clarify the exact, intended behavior of this command? I would be interested in more in depth documentation on other topics related to pro coding applications too.