I have this environment variable
echo $DT_CUSTOM_PROP
returns
APPCODE=IK22 ENVIRONMENT=DEV APPLICATION=xxxxx-xxxxx-xxxxx-xxxxx ANOTHERKEY=ANOTHERVALUE
How can I get APPLICATION
from it?
So that if I do echo $APPLICATION
I get xxxxx-xxxxx-xxxxx-xxxxx