Simple example from app starters:
stream create --name fileTofile --definition 'file --file.directory=./input | file --file.directory=./output'
Next, when deploying the stream I would like to override "file.directory" property for one of the apps. How do I distinguish between the apps with the same name, when passing a deployment property?