Kindly asking questions about using sourceName value in template.
Situation
I know the sourceName will be automatically updated to the safe value. (for example, test-app -> test_app)
However, I have a simple template my team authoring that needs to use the original user specified name(test-app) in just one place which is one of the sourceName spots in the template.
Question
- How can I get and use the user specified name value in template.json or in the file?
- How can I conditionally use this user specified name at the specific
sourceName spot?
Kindly asking questions about using
sourceNamevalue in template.Situation
I know the
sourceNamewill be automatically updated to the safe value. (for example,test-app->test_app)However, I have a simple template my team authoring that needs to use the original user specified name(
test-app) in just one place which is one of thesourceNamespots in the template.Question
sourceNamespot?