Currently if you wanna skip a specific type of artifiact, you can add false in the options with the key of that artifact in ensemble.config.json
But this does not work for Assets. We need to fix it.
Use case:
We are working on different branch
e.g: feature-branch added a new asset, when a new asset is added, you don't have to push/pull, it automatically uploads that asset to the respective app. But right now feature branch is in progress, and we have to push something else from main branch to the app. And the CLI says we have to delete the asset, this is wrong. There should be a better way of handling that

Currently if you wanna skip a specific type of artifiact, you can add
falsein the options with the key of that artifact inensemble.config.jsonBut this does not work for Assets. We need to fix it.
Use case:
We are working on different branch
e.g:
feature-branchadded a new asset, when a new asset is added, you don't have to push/pull, it automatically uploads that asset to the respective app. But right now feature branch is in progress, and we have to push something else from main branch to the app. And the CLI says we have to delete the asset, this is wrong. There should be a better way of handling that