Is it possible to have a snapshot for every change set delivered to a stream?
Accepted answer
No, there is no such follow up action. I don't see the benefit either. Especially not a snapshot.
Comments
It is one of the Use case for the Continuous Integration to narrow down the change-set which could be buggy.
Is there any other way or using SCM CLI to achieve this ?
I don't see how swamping the system with snapshots helps. You would have to be able to build each and every single change set delivery.
Users would have to deliver every single change and wait for that to be build. Way too clumsy. You can compare the snapshots between builds, you know where the errors happen.